-
Describe the bug Set up Configured using the following values files: envs:
config:
KAFKA_CLUSTERS_0_NAME: "dev"
KAFKA_CLUSTERS_0_SCHEMAREGISTRY: "http://dev-cp-schema-registry:8081"
KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: "dev-cp-kafka:9092"
KAFKA_CLUSTERS_0_ZOOKEEPER: "dev-cp-zookeeper:2181"
KAFKA_CLUSTERS_1_NAME: "test"
KAFKA_CLUSTERS_1_SCHEMAREGISTRY: "http://test-cp-schema-registry:8081"
KAFKA_CLUSTERS_1_BOOTSTRAPSERVERS: "test-cp-kafka:9092"
KAFKA_CLUSTERS_1_ZOOKEEPER: "test-cp-zookeeper:2181" Steps to Reproduce Once running, deploy the kafka-ui using the values file, defined above: helm install kafka-ui kafka-ui/kafka-ui -f values.yaml Expected behavior Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi, thanks for reaching out. We'll check it out. |
Beta Was this translation helpful? Give feedback.
-
Hey, seems like there's an issue with your configuration. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@IndeedSi thank you very much for checking this out! |
Beta Was this translation helpful? Give feedback.
I tried it out with helm in our k8s cluster. My Kafka UI works fine with multiple clusters.
I have got multiple Kafka brokers started before this test
Here is my full
values.yaml