RabbitMQ Auto Cluster Setup (using DNS Discovery) in Docker Swarm #9192
-
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Aug 27, 2023
Replies: 1 comment 1 reply
-
Network connectivity between nodes in a Swarm is something that RabbitMQ does not control. Something is missing around your networking setup. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nodedown
means that this node tried to contact another and could not (it then tried another few discovered nodes to no avail). The discovery part did work as expected, see the log line that says "All discovered existing cluster peers".Network connectivity between nodes in a Swarm is something that RabbitMQ does not control. Something is missing around your networking setup.