Open venkatne opened 7 months ago
Hi!
Could you share some sample values that reproduce the issue?
Here is the snippet block
listeners:
client:
containerPort: 9092
protocol: PLAINTEXT
controller:
name: CONTROLLER
containerPort: 9093
protocol: PLAINTEXT
interbroker:
containerPort: 9094
protocol: PLAINTEXT
external:
containerPort: 9095
protocol: PLAINTEXT
sasl:
enabledMechanisms: PLAIN,SCRAM-SHA-256,SCRAM-SHA-512
interBrokerMechanism: PLAIN
controllerMechanism: PLAIN
controller.persistence.size: 200Gi
controller.logPersistence.size: 200Gi
broker.persistence.size: 200Gi
broker.logPersistence.size: 200Gi
externalAccess:
enabled: true
autoDiscovery:
enabled: false
controller:
service:
type: ClusterIP
domain: test-kafka.ne-dev-internal.net
ports:
external: 9095
broker:
service:
type: ClusterIP
domain: test-kafka.ne-dev-internal.net
ports:
external: 9095
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 https://github.com/bitnami/charts/issues/19429#issuecomment-2050095656