Skip to content

Conversation

@Anonymitaet
Copy link
Member

Fix #5223

Add two configurations for broker:

  • allowAutoTopicCreationType
  • allowAutoTopicCreationNumPartitions (I have confirmed with @fxbing, this property has been renamed to defaultNumPartitions)

@Anonymitaet
Copy link
Member Author

@fxbing could you please help review? Thank you

|allowAutoTopicCreationType| The type of topic that is allowed to be automatically created.(partitioned/non-partitioned) |non-partitioned|
|defaultNumPartitions| The number of partitioned topics that is allowed to be automatically created if allowAutoTopicCreationType is partitioned |1|
|allowAutoTopicCreation| Enable topic auto creation if a new producer or consumer connected |true|
|allowAutoTopicCreationType| The topic type (partitioned or non-partitioned) that is allowed to be automatically created. |non-partitioned|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have forgotten to modify the content I wrote before. Now the default type should be partitioned.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, I've udpated

@fxbing
Copy link
Contributor

fxbing commented Sep 23, 2019

Overall looks good to me, just left a comment. PTAL @Anonymitaet

@Anonymitaet
Copy link
Member Author

run integration tests

2 similar comments
@Anonymitaet
Copy link
Member Author

run integration tests

@Anonymitaet
Copy link
Member Author

run integration tests

@merlimat merlimat added the doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. label Sep 24, 2019
@Anonymitaet
Copy link
Member Author

run integration tests

3 similar comments
@Anonymitaet
Copy link
Member Author

run integration tests

@Anonymitaet
Copy link
Member Author

run integration tests

@Anonymitaet
Copy link
Member Author

run integration tests

@Jennifer88huang-zz Jennifer88huang-zz merged commit c29f6b7 into apache:master Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Your PR contains doc changes, no matter whether the changes are in markdown or code files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc] Add configs for broker

4 participants