-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Doc] Add configs for broker #5250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@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| |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
|
Overall looks good to me, just left a comment. PTAL @Anonymitaet |
|
run integration tests |
2 similar comments
|
run integration tests |
|
run integration tests |
|
run integration tests |
3 similar comments
|
run integration tests |
|
run integration tests |
|
run integration tests |
Fix #5223
Add two configurations for broker:
allowAutoTopicCreationTypeallowAutoTopicCreationNumPartitions(I have confirmed with @fxbing, this property has been renamed todefaultNumPartitions)