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

Set different Kafka bootstrap servers for different auth mechanisms #539

Open
rospe opened this issue Jan 20, 2025 · 0 comments
Open

Set different Kafka bootstrap servers for different auth mechanisms #539

rospe opened this issue Jan 20, 2025 · 0 comments

Comments

@rospe
Copy link

rospe commented Jan 20, 2025

Is your feature request related to a problem? Please describe.
It is currently not possible to use MSK IAM with actions, therefore, we use SCRAM-SHA-512 there. That also means, that the bootstrap servers are different (port 9096 vs port 9098).
Currently, the helm chart does not support setting an alternative bootstrap server.

Describe the solution you'd like
In a best case scenario all services would support MSK IAM. As long as that is not the case, at least support setting alternative bootstrap servers / setting a different to the globally configured one.

Describe alternatives you've considered
I tried not using the global kafka bootstrap server, but setting this at a service level, but this does not work either, because some install steps do not support that.
Overwriting a globally set attribute in a subchart is afaik not possible in helm.

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