jsancio commented on code in PR #16235:
URL: https://github.com/apache/kafka/pull/16235#discussion_r1644751861


##########
core/src/main/scala/kafka/server/KafkaServer.scala:
##########
@@ -440,6 +441,8 @@ class KafkaServer(
             threadNamePrefix,
             CompletableFuture.completedFuture(quorumVoters),
             QuorumConfig.parseBootstrapServers(config.quorumBootstrapServers),
+            // Endpoint information is only needed for controllers (voters). 
ZK brokers can never be controllers
+            Endpoints.empty(),

Review Comment:
   Fixed the comment.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to