kafka-stack-docker-compose icon indicating copy to clipboard operation
kafka-stack-docker-compose copied to clipboard

Not able to connect from remote computer.

Open edgarjoao opened this issue 3 years ago • 1 comments

Hi there, I do have two computer one of them is running docker with zk-single-kafka-single.yml version.

Using https://www.kafkatool.com/ I'm trying to connect from my other computer.

image

I was able to connect in the computer where docker is running but not the external one.

I was able to ping and telnet to zookeeper port and bootstrap port.

Any suggestion here?

Thanks

edgarjoao avatar Oct 10 '22 18:10 edgarjoao

Ping and telnet don't accurately test Kafka protocol. It's good the ports are open, but you need to modify the file to use different values, such as your computer's LAN ip - https://www.confluent.io/blog/kafka-listeners-explained/

OneCricketeer avatar Jul 30 '23 12:07 OneCricketeer