All Projects → rabbitmq → rabbitmq-peer-discovery-etcd

rabbitmq / rabbitmq-peer-discovery-etcd

Licence: Unknown, MPL-2.0 licenses found Licenses found Unknown LICENSE MPL-2.0 LICENSE-MPL-RabbitMQ
etcd-based peer discovery backend for RabbitMQ 3.7.0+

Programming Languages

erlang
1774 projects
Makefile
30231 projects
Vim Snippet
174 projects
shell
77523 projects

Projects that are alternatives of or similar to rabbitmq-peer-discovery-etcd

rabbitmq-peer-discovery-aws
AWS-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 23 (+53.33%)
Mutual labels:  rabbitmq, clustering, rabbitmq-plugin
rabbitmq-tracing
RabbitMQ Tracing
Stars: ✭ 48 (+220%)
Mutual labels:  rabbitmq, rabbitmq-plugin
rabbitmq-management-agent
RabbitMQ Management Agent
Stars: ✭ 16 (+6.67%)
Mutual labels:  rabbitmq, rabbitmq-plugin
Rabbitmq Peer Discovery K8s
Kubernetes-based peer discovery mechanism for RabbitMQ
Stars: ✭ 283 (+1786.67%)
Mutual labels:  rabbitmq, clustering
Ekka
Autocluster and Autoheal for EMQ X Broker
Stars: ✭ 63 (+320%)
Mutual labels:  clustering, etcd
Docker Compose
一些基础服务的docker-compose配置文件,方便在一台新电脑上快速开始工作
Stars: ✭ 163 (+986.67%)
Mutual labels:  rabbitmq, etcd
rabbitmq-vshovel
RabbitMQ vShovel plugin
Stars: ✭ 26 (+73.33%)
Mutual labels:  rabbitmq, rabbitmq-plugin
Kkbinlog
支持mysql、MongoDB数据变更订阅分发
Stars: ✭ 112 (+646.67%)
Mutual labels:  rabbitmq, etcd
rabbitmq-web-stomp-examples
www.rabbitmq.com/
Stars: ✭ 90 (+500%)
Mutual labels:  rabbitmq, rabbitmq-plugin
Docker Rabbitmq Cluster
Cluster RabbitMQ (official docker image)
Stars: ✭ 144 (+860%)
Mutual labels:  rabbitmq, clustering
rabbitmq-clusterer
This project is ABANDONWARE. Use https://www.rabbitmq.com/cluster-formation.html instead.
Stars: ✭ 72 (+380%)
Mutual labels:  clustering, rabbitmq-plugin
rabbitmq-peer-discovery-consul
Consul-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 39 (+160%)
Mutual labels:  clustering, rabbitmq-plugin
rabbitmq-stomp
RabbitMQ STOMP plugin
Stars: ✭ 49 (+226.67%)
Mutual labels:  rabbitmq, rabbitmq-plugin
py-lbg
Python Implementation for Linde-Buzo-Gray / Generalized Lloyd Algorithm for vector quantization.
Stars: ✭ 22 (+46.67%)
Mutual labels:  clustering
faythe
An experimental cluster brings Prometheus and OpenStack together
Stars: ✭ 18 (+20%)
Mutual labels:  clustering
WebApiWithBackgroundWorker
Small demo showing how to implement Pub/Sub with a BackgroundWorker in .NET Core
Stars: ✭ 55 (+266.67%)
Mutual labels:  rabbitmq
Apartment-Interest-Prediction
Predict people interest in renting specific NYC apartments. The challenge combines structured data, geolocalization, time data, free text and images.
Stars: ✭ 17 (+13.33%)
Mutual labels:  clustering
rabbitmq-auth-backend-oauth2-spike
See rabbitmq/rabbitmq-auth-backend-oauth2 instead.
Stars: ✭ 17 (+13.33%)
Mutual labels:  rabbitmq
Zeitline
A polylinear timeline with clustering, centred on interactions. — Doc and demo https://octree-gva.github.io/Zeitline/
Stars: ✭ 15 (+0%)
Mutual labels:  clustering
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+133.33%)
Mutual labels:  rabbitmq

RabbitMQ Peer Discovery Etcd

This was migrated to https://github.com/rabbitmq/rabbitmq-server

This repository has been moved to the main unified RabbitMQ "monorepo", including all open issues. You can find the source under /deps/rabbitmq_peer_discovery_etcd. All issues have been transferred.

Introduction

This is an etcd-based implementation of RabbitMQ peer discovery interface (new in 3.7.0, previously available in the rabbitmq-autocluster plugin by Gavin Roy).

This plugin only performs peer discovery and most basic node health monitoring using etcd as a data source. Please get familiar with RabbitMQ clustering fundamentals before attempting to use it.

While it may seem at times that this is a RabbitMQ cluster management solution, it is not. Cluster provisioning and most of Day 2 operations such as proper monitoring are not in scope for this plugin.

Supported RabbitMQ Versions

This plugin requires RabbitMQ 3.7.0 or later.

Supported etcd Versions

The plugin supports etcd 3.4 or later and uses the current stable v3 gRPC API.

Installation

This plugin ships with supported RabbitMQ versions. There is no need to install it separately.

As with any plugin, it must be enabled before it can be used. For peer discovery plugins it means they must be enabled or preconfigured before first node boot:

rabbitmq-plugins --offline enable rabbitmq_peer_discovery_etcd

Documentation

See RabbitMQ Cluster Formation guide.

Contributing

See CONTRIBUTING.md and our development process overview.

License

Licensed under the MPL, same as RabbitMQ server.

Copyright

(c) 2007-2020 VMware, Inc. or its affiliates.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].