Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • the hostname is manager. you mean bootstrap_servers=['manager:29092'] ? If so, this does not work Commented Feb 18, 2020 at 13:50
  • @Telperinquar, can you ping manager:29092? and this is one of your docker nodes which you can reach with this hostname? Commented Feb 18, 2020 at 13:57
  • No I cannot ping. I found the hostname with: docker node ls, right? Commented Feb 18, 2020 at 13:59
  • @Telperinquar, that is the hostname of that node within the swarm itself, you need the IP address of this node or the hostname which you would also for SSH to your node Commented Feb 18, 2020 at 14:00
  • the ip is 192.168.99.100 and I cannot ping Commented Feb 18, 2020 at 14:06