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

User can specify any bind address in Kafka Inlets #8360

Open
davide-baldo opened this issue Jul 29, 2024 · 0 comments
Open

User can specify any bind address in Kafka Inlets #8360

davide-baldo opened this issue Jul 29, 2024 · 0 comments
Assignees

Comments

@davide-baldo
Copy link
Member

Currently, Kafka Inlets are returning to the client the bind address when specifying how to connect to a broker. This prevents from using any bind address which is not an accessible address (127.0.0.1 or 192.168.0.1 are ok, but any mask like 0.0.0.0 is not).
Kafka server solves the issue by using the concept of "advertised address", which is independent from the bind address and it's just returned to the client as-is. We should implement it.

@davide-baldo davide-baldo self-assigned this Jul 29, 2024
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

No branches or pull requests

1 participant