aweber / rabbitmq-autocluster

This project is now maintained by the RabbitMQ Team, visit the official repo @
https://github.com/rabbitmq/rabbitmq-autocluster
BSD 3-Clause "New" or "Revised" License
337 stars 120 forks source link

Allow usage of subdirectories in etcd #138

Closed brueggemann closed 6 years ago

brueggemann commented 7 years ago

I had the problem that we need to differ the etcd prefix to dev, test, prod. So I set ETCD_PREFIX to dev/rabbitmq. That caused a problem, because autocluster_httpc:build_path replaced the slash to some url save string. The solution is, to split up ETCD_PREFIX at these slashes.

gmr commented 6 years ago

This plugin was forked by the RabbitMQ team and is now part of RabbitMQ. More information can be found @ https://github.com/rabbitmq/rabbitmq-autocluster