-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[bitnami/kafka] External kafka broker connectivity with ClusterIP opening a different port for each Kafka broker #25142
Comments
Hi! Could you share some sample values that reproduce the issue? |
Here is the snippet block
|
I got the same issue in my case as well. Here is the issue I have opened. |
Hi all, As I just mentioned in the other issue, I've been checking the configuration and saw that this is generated by the EXTERNAL_ACCESS_PORT_AUTOINCREMENT env var https://github.com/bitnami/charts/blob/main/bitnami/kafka/templates/_helpers.tpl#L809 and the configure_external_access method in the configmap https://github.com/bitnami/charts/blob/main/bitnami/kafka/templates/scripts-configmap.yaml#L150 Would you like to contribute? You can follow our contributing guidelines and the whole community will benefit from this change. Our team will be more than happy to review the changes. In the meantime, I'm going to create a task on our side to evaluate the changes but I can't provide you with an ETA on when they will be ready. |
I am also getting same issue
But svc opening only 9095
Because of this we are getting error when try to produce messages
Originally posted by @venkatne in #19429 (comment)
The text was updated successfully, but these errors were encountered: