fxbing commented on a change in pull request #5250: [Doc] Add configs for broker
URL: https://github.com/apache/pulsar/pull/5250#discussion_r326940088
 
 

 ##########
 File path: site2/docs/reference-configuration.md
 ##########
 @@ -126,9 +127,9 @@ Pulsar brokers are responsible for handling incoming 
messages from producers, di
 |backlogQuotaCheckEnabled|  Enable backlog quota check. Enforces action on 
topic when the quota is reached  |true|
 |backlogQuotaCheckIntervalInSeconds|  How often to check for topics that have 
reached the quota |60|
 |backlogQuotaDefaultLimitGB|  Default per-topic backlog quota limit |10|
-|allowAutoTopicCreation| Enable topic auto creation if new producer or 
consumer connected |true|
-|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| 
 
 Review comment:
   I have forgotten to modify the content I wrote before. Now the default type 
should be partitioned. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to