Connect to locally running Kafka using Quick start #4049
-
I have a running Kafka on a local docker container. my docker configurations are:
Trying to run Kafka-ui quick start command I can't connect to the local broker and I get an error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
localhost
in your case would be kafka-ui's container's localhost, not your bare-metal one.Take a look at our compose examples which run both containers in the same network.