Skip to content

[Doc] Add configs for broker - #5250

Merged
Jennifer88huang-zz merged 2 commits into
apache:masterfrom
Anonymitaet:broker
Sep 27, 2019
Merged

[Doc] Add configs for broker#5250
Jennifer88huang-zz merged 2 commits into
apache:masterfrom
Anonymitaet:broker

Conversation

@Anonymitaet

Copy link
Copy Markdown
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
Copy Markdown
Member Author

@fxbing could you please help review? Thank you

Comment thread site2/docs/reference-configuration.md Outdated
|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
Copy Markdown
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
Copy Markdown
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

fxbing commented Sep 23, 2019

Copy link
Copy Markdown
Contributor

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

@Anonymitaet

Copy link
Copy Markdown
Member Author

run integration tests

2 similar comments
@Anonymitaet

Copy link
Copy Markdown
Member Author

run integration tests

@Anonymitaet

Copy link
Copy Markdown
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
Copy Markdown
Member Author

run integration tests

3 similar comments
@Anonymitaet

Copy link
Copy Markdown
Member Author

run integration tests

@Anonymitaet

Copy link
Copy Markdown
Member Author

run integration tests

@Anonymitaet

Copy link
Copy Markdown
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