Installing kafka and kafka-ui on docker #4525
Unanswered
mdelambilly
asked this question in
Q&A
Replies: 1 comment
-
I'll have a try with https://github.com/kafbat/kafka-ui |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I use this compose file to locally run kafka in docker:
It works just fine, client can connect to the queue put and read event.
I would like to install a kafka UI to see then event queue. I tried to add the following to the compose file:
but I fail to make the UI connect to the broker.
Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions