kevin-wu24 opened a new pull request, #22219:
URL: https://github.com/apache/kafka/pull/22219

   Kafka can incorrectly resolve the advertised listener for controllers if it 
is not  specified. For controller configurations that specify the 
controller.quorum.voters but not the advertised.listener, Kafka can deduce the 
advertise listener for the default listener. In this cases, Kafka will 
automatically set the advertised listener for the default listener to the 
endpoint specified in controller.quorum.voters.
   
   Reviewers: José Armando García Sancio <[email protected]>
   Co-authored-by: José Armando García Sancio <[email protected]>
   
    Conflicts:
        core/src/main/scala/kafka/server/KafkaConfig.scala
        core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala
                Conflicts related to kafka.cluster.EndPoint being moved to 
org.apache.kafka.common.Endpoint


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