Skip to content

KAFKA-20380; backwards compatible advertised.listeners when it is not defined#22216

Open
kevin-wu24 wants to merge 1 commit intoapache:4.2from
kevin-wu24:KAFKA-20380-cherry-42
Open

KAFKA-20380; backwards compatible advertised.listeners when it is not defined#22216
kevin-wu24 wants to merge 1 commit intoapache:4.2from
kevin-wu24:KAFKA-20380-cherry-42

Conversation

@kevin-wu24
Copy link
Copy Markdown
Contributor

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 jsancio@apache.org

… defined (apache#21918)

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 <jsancio@apache.org>
Co-authored-by: José Armando García Sancio <jsancio@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant