Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for remapping brokers based on node id #22

Open
mikekap opened this issue Apr 24, 2019 · 0 comments
Open

Add support for remapping brokers based on node id #22

mikekap opened this issue Apr 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mikekap
Copy link
Contributor

mikekap commented Apr 24, 2019

Kafka allows brokers to advertise any IP, but they must have a consistent node id. It would be useful if kafka-proxy could key the IP replacement logic by node id as well as ip. For example, something like --bootstrap-server-mapping=NODE_ID:1,localhost:30001.

This would still require at least one --bootstrap-server-mapping that's not node id based, but it would provide a nice alternative in case the advertised hostnames aren't readily available and change over time.

@everesio everesio added the enhancement New feature or request label Apr 30, 2019
@everesio everesio added the help wanted Extra attention is needed label Jun 7, 2019
@everesio everesio removed the help wanted Extra attention is needed label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants