Closed sumeetmi2 closed 5 years ago
Thank you for your time.
Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. GitHub issues are not used for questions, investigations, root cause analysis, discussions of potential issues, etc (as defined by this team).
We get at least a dozen of questions through various venues every single day, often light on details. At that rate GitHub issues can very quickly turn into a something impossible to navigate and make sense of even for our team. Because GitHub is a tool our team uses heavily nearly every day, the signal/noise ratio of issues is something we care about a lot.
Please post this to rabbitmq-users.
Thank you.
According to the log there are no results returned by Consul. While unlikely to be directly related, this plugin is only needed with RabbitMQ 3.6.x, which has been out of support for over 6 months. Please move to 3.7.x and the respective built-in Consul peer discovery plugin before you try anything else.
I have a setup where the consul agent is running on my host machine and I am using pivotal/rabbitmq docker image with autocluster on.
My docker compose looks like below
Strangely, on the step where it checks for services that are passing on consul, it gets empty list when queried from inside docker autocluster plugin.
But when i curl from inside the docker sh, i get the list of services correctly. Because it is not able to identify passing services from consul, the cluster isnt forming.