summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_peer_discovery_common/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_peer_discovery_common/README.md')
-rw-r--r--deps/rabbitmq_peer_discovery_common/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/deps/rabbitmq_peer_discovery_common/README.md b/deps/rabbitmq_peer_discovery_common/README.md
new file mode 100644
index 0000000000..74958a27e8
--- /dev/null
+++ b/deps/rabbitmq_peer_discovery_common/README.md
@@ -0,0 +1,27 @@
+# RabbitMQ Peer Discovery Commons
+
+This library is similar in purpose to [rabbit-common](https://github.com/rabbitmq/rabbitmq-common) but focusses exclusively
+on [RabbitMQ peer discovery backends](https://www.rabbitmq.com/cluster-formation.html) (available as [a plugin](https://github.com/rabbitmq/rabbitmq-autocluster) for 3.6.x releases).
+
+It is not supposed to be enabled, disabled or used directly by the users, only as a
+dependency of other plugins.
+
+
+## Project Maturity
+
+This library [shipped with RabbitMQ 3.7.0](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.0).
+
+
+## Contributing
+
+See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://www.rabbitmq.com/github.html).
+
+
+## License
+
+[Licensed under the MPL](LICENSE-MPL-RabbitMQ), same as RabbitMQ server.
+
+
+## Copyright
+
+(c) 2007-2020 VMware, Inc. or its affiliates.