chia7712 commented on code in PR #17192:
URL: https://github.com/apache/kafka/pull/17192#discussion_r1759658008


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -964,6 +967,8 @@ class KafkaConfig private(doLog: Boolean, val props: 
util.Map[_, _])
     } else {
       // ZK-based
       if (migrationEnabled) {
+        require(brokerId >= 0,
+          "broker broker.id.generation.enable is incompatible with migration 
to ZK. Please disable it before enabling migration")

Review Comment:
   @cmccabe is this description "migration to zk" correct?



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