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

Rename the plugin name to rabbitmq_autocluster #31

Closed Gsantomaggio closed 7 years ago

Gsantomaggio commented 7 years ago

The plugin name does not follow the standard names.

The current name is autocluster and should be renamed to rabbitmq_autocluster.

michaelklishin commented 7 years ago

More specifically, starting with 3.7.0/master plugins must depend on the rabbit app and should the rabbitmq_ prefix. Plugins that don't won't break but it won't be possible to list or activate them.

michaelklishin commented 7 years ago

This was addressed in #33. Note that if you have this repo cloned as deps/autocluster it must be re-cloned (or moved) as deps/rabbitmq_autocluster now.