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.
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.