How to connect kafka-ui docker with an installed kafka on mac running on plaintext #4201
Unanswered
rajjaiswalsaumya
asked this question in
Q&A
Replies: 1 comment
-
If you're running kafka on bare metal, take a look at this. You'd need to use the internal docker host for this purpose, don't forget to set up the advertised listeners properly.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to setup Kafka ui for the first time. From the docs, I was not able to figure out how can I make Kafka ui connect to my local broker running as installed binaries. Currently, Kafka ui is showing loading and then timing out. PS: I don't have kafka running on the default port and started kafka ui with dynamic config where I gave the bootstrap server URL with the correct port.
Beta Was this translation helpful? Give feedback.
All reactions