mimaison commented on code in PR #9444:
URL: https://github.com/apache/kafka/pull/9444#discussion_r1631298073


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -499,7 +499,7 @@ object KafkaConfig {
   /** ********* Replication configuration ***********/
   val ControllerSocketTimeoutMsDoc = "The socket timeout for 
controller-to-broker channels"
   val ControllerMessageQueueSizeDoc = "The buffer size for 
controller-to-broker-channels"
-  val DefaultReplicationFactorDoc = "default replication factors for 
automatically created topics"
+  val DefaultReplicationFactorDoc = "default replication factor for 
automatically created topics, and for AdminClient topic creation requests with 
-1 in the replication factor"

Review Comment:
   No worries, thanks!



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to