showuon commented on a change in pull request #11616: URL: https://github.com/apache/kafka/pull/11616#discussion_r803449800
########## File path: config/kraft/controller.properties ########## @@ -39,10 +39,6 @@ controller.quorum.voters=1@localhost:9093 # listeners = PLAINTEXT://your.host.name:9092 listeners=PLAINTEXT://:9093 -# Listener name, hostname and port the broker will advertise to producers and consumers. -# If not set, it uses the value for "listeners". -#advertised.listeners=PLAINTEXT://your.host.name:9092 - Review comment: Remove this `advertised.listeners` section in controller-only role to avoid confusion, because there must be no advertised listeners when running just a KRaft controller. ref: [KAFKA-13456](https://issues.apache.org/jira/browse/KAFKA-13456) -- 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