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


##########
core/src/main/scala/kafka/server/ConfigHandler.scala:
##########
@@ -146,9 +146,7 @@ class TopicConfigHandler(private val replicaManager: 
ReplicaManager,
 class BrokerConfigHandler(private val brokerConfig: KafkaConfig,
                           private val quotaManagers: QuotaManagers) extends 
ConfigHandler with Logging {
   def processConfigChanges(brokerId: String, properties: Properties): Unit = {
-    if (brokerId == ZooKeeperInternals.DEFAULT_STRING)

Review Comment:
   Please revert those change as this is unrelated to this PR



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