-
-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Issue submitter TODO list
- I've looked up my issue in FAQ
- I've searched for an already existing issues here
- I've tried running
main-labeled docker image and the issue still persists there - I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
kafka-ui do not shows multiple clusters but in logs i watching it is collecting metrics
in this helm chart values configs i giving teo clusters but in ui i see one cluster
yamlApplicationConfig:
kafka:
clusters:
- name: kafka-ih
bootstrapServers: kafka-ih-kafka-clusterip-bootstrap:9094
- name: kafka
bootstrapServers: kafka-kafka-external-bootstrap:9094
properties:
ssl.endpoint.identification.algorithm: ""
security.protocol: SASL_SSL
sasl.mechanism: OAUTHBEARER
socket.connection.setup.timeout.max.ms: 30000
socket.connection.setup.timeout.ms: 30000
Expected behavior
No response
Your installation details
helm chart version is 1.5.3
Steps to reproduce
yamlApplicationConfig:
kafka:
clusters:
- name: kafka-ih
bootstrapServers: kafka-ih-kafka-clusterip-bootstrap:9094
- name: kafka
bootstrapServers: kafka-kafka-external-bootstrap:9094
properties:
ssl.endpoint.identification.algorithm: ""
security.protocol: SASL_SSL
sasl.mechanism: OAUTHBEARER
socket.connection.setup.timeout.max.ms: 30000
socket.connection.setup.timeout.ms: 30000
Screenshots
No response
Logs
No response
Additional context
No response