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


##########
config/kraft/broker.properties:
##########
@@ -26,8 +26,8 @@ process.roles=broker
 # The node id associated with this instance's roles
 node.id=2
 
-# The connect string for the controller quorum
-controller.quorum.voters=1@localhost:9093

Review Comment:
   This is the broker's configuration in isolated mode. 
`controller.quorum.voters` is not needed and should not be used in the broker 
even if they are using it in the controller. On the broker's they should always 
use `controller.quorum.bootstrap.servers`.



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