how i can connect kafka ui with multiple kafka cluster #1630
-
Right now i'm using below command to connect to kafka cluster , if i want to connect to multiple kafka cluster with this . how can i do . docker run -p 9095:8080 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
kafka-ui.yaml contains a complex example with multiple clusters (2, actually). You have to do the same, but replace "0" in the env. variable names with "1". |
Beta Was this translation helpful? Give feedback.
kafka-ui.yaml contains a complex example with multiple clusters (2, actually). You have to do the same, but replace "0" in the env. variable names with "1".
KAFKA_CLUSTERS_0_NAME
;KAFKA_CLUSTERS_1_NAME
, etc.