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
Hi guys, I followed the instruction to test kadmin with localhost, its ok. But when I tried to connect kadmin (both from executable file and docker containter) with my kafka/zookeeper container, kadmin could not establish the connection. My kafka/zookeeper container could be connected with other consumers, producers container. All of them including kadmin container are in the same network.
I set the config of kadmin in docker-compose is: ZOOKEEPER_HOST:<zookeeper container IP>:<zookeeper container port> KAFKA_HOST:<kafka container IP>:<kafka container port>
Could any point me out? thanks all.
The text was updated successfully, but these errors were encountered:
Hi guys, I followed the instruction to test kadmin with localhost, its ok. But when I tried to connect kadmin (both from executable file and docker containter) with my kafka/zookeeper container, kadmin could not establish the connection. My kafka/zookeeper container could be connected with other consumers, producers container. All of them including kadmin container are in the same network.
I set the config of kadmin in docker-compose is:
ZOOKEEPER_HOST:
<zookeeper container IP>:<zookeeper container port>
KAFKA_HOST:
<kafka container IP>:<kafka container port>
Could any point me out? thanks all.
The text was updated successfully, but these errors were encountered: