Closed thalesac closed 7 years ago
Yes it is, see 0.10.0 release notes.
I realized that quiclkly and closed the ticket.
Sorry @michaelklishin
Thanks for this plugin.
@thalesac no worries, I will leave a note in the README. I mostly commented for others landing here from search results.
Hi, I've updated consul and noticed that consul was rejecting the service registrarion with this message:
[ERR] http: Request POST /v1/agent/service/register, error: method POST not allowed from=127.0.0.1:34213
I've checked the consul changelog (https://github.com/hashicorp/consul/blob/master/CHANGELOG.md) and they now are accepting only PUT (not POST) for this endpoint.
As per https://github.com/aweber/rabbitmq-autocluster/blob/a8271e8d71b38dd917957aee0f4bd35d055f43f6/src/autocluster_consul.erl#L88 - rabbitmq-autocluster is sending a POST.
Can we change this for PUT to make it compatible?