rabbitmq / rabbitmq-autocluster

RabbitMQ peer discovery and cluster formation plugin, supports RabbitMQ 3.6.x
BSD 3-Clause "New" or "Revised" License
241 stars 54 forks source link

Unregistration with Consul uses incorrect ID #18

Closed michaelklishin closed 7 years ago

michaelklishin commented 7 years ago

Consul's agent HTTP API requires a :service_id whereas our code uses

Service = string:join(["service", service_id()], ":")