garyrussell commented on code in PR #9444:
URL: https://github.com/apache/kafka/pull/9444#discussion_r1631276683
##########
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:
@mimaison I have retired and currently don't have an environment set up on
my home machines; feel free to take this over and make your suggested changes.
Looks like it needs to be reworked anyway due to other changes in these
property definitions.
--
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]