You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use kafdrop to view messages posted on local kafka container. Running both the containers in a docker network using the below run commands.
I am able to connect kafdrop to zookeeper as I can see the topics but cant view any messages that are available on the topic. Using the kafka-console-consumer.sh I can see the messages.
I ran kafdrop using jar file and it worked fine for me. Not sure what I am missing here.
Thanks
The text was updated successfully, but these errors were encountered:
It is more of a question rather than an issue.
I am trying to use kafdrop to view messages posted on local kafka container. Running both the containers in a docker network using the below run commands.
docker run -d -p 2181:2181 -p 9092:9092 --env ADVERTISED_HOST=localhost --env ADVERTISED_PORT=9092 --net kafka-network --name test-kafka ts-kafka:1.0.0
docker run -d -p 9000:9000 -e ZOOKEEPER_CONNECT=test-kafka:2181 --net kafka-network --name kafka-ui kafdrop
I am able to connect kafdrop to zookeeper as I can see the topics but cant view any messages that are available on the topic. Using the kafka-console-consumer.sh I can see the messages.
I ran kafdrop using jar file and it worked fine for me. Not sure what I am missing here.
Thanks
The text was updated successfully, but these errors were encountered: