All Projects → rabbitmq → rabbitmq-peer-discovery-consul

rabbitmq / rabbitmq-peer-discovery-consul

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

Programming Languages

erlang
1774 projects
Makefile
30231 projects
Vim Snippet
174 projects

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

rabbitmq-peer-discovery-aws
AWS-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 23 (-41.03%)
Mutual labels:  clustering, rabbitmq-plugin
rabbitmq-clusterer
This project is ABANDONWARE. Use https://www.rabbitmq.com/cluster-formation.html instead.
Stars: ✭ 72 (+84.62%)
Mutual labels:  clustering, rabbitmq-plugin
consul role
Ansible role to install Consul (cluster of) server/agent
Stars: ✭ 14 (-64.1%)
Mutual labels:  consul, clustering
rabbitmq-peer-discovery-etcd
etcd-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 15 (-61.54%)
Mutual labels:  clustering, rabbitmq-plugin
consul-cluster-manager
Consul - based cluster manager that can be plugged into Vert.x ecosystem.
Stars: ✭ 17 (-56.41%)
Mutual labels:  consul, clustering
Springcloud
springCloud学习
Stars: ✭ 251 (+543.59%)
Mutual labels:  consul
scicloj.ml
A Clojure machine learning library
Stars: ✭ 152 (+289.74%)
Mutual labels:  clustering
Awesome Consul
A list of awesome consul projects, libraries
Stars: ✭ 245 (+528.21%)
Mutual labels:  consul
Stretcher
Deployment tool with consul/serf event notification.
Stars: ✭ 232 (+494.87%)
Mutual labels:  consul
clueminer
interactive clustering platform
Stars: ✭ 13 (-66.67%)
Mutual labels:  clustering
pypmc
Clustering with variational Bayes and population Monte Carlo
Stars: ✭ 46 (+17.95%)
Mutual labels:  clustering
Pottslab
Unsupervised multilabel image segmentation (color/gray/multichannel) based on the Potts model (aka piecewise constant Mumford-Shah model)
Stars: ✭ 97 (+148.72%)
Mutual labels:  clustering
Springcloudlearning
《史上最简单的Spring Cloud教程源码》
Stars: ✭ 16,218 (+41484.62%)
Mutual labels:  consul
caddy-tlsconsul
🔒 Consul K/V storage for Caddy Web Server / Certmagic TLS data
Stars: ✭ 89 (+128.21%)
Mutual labels:  consul
Adnc
微服务框架,同时也适用于单体架构系统的开发。支持经典三层与DDD架构开发模式、集成了一系列主流稳定的微服务配套技术栈。一个前后端分离的框架,前端基于Vue、后端基于.Net Core 3.1构建。
Stars: ✭ 223 (+471.79%)
Mutual labels:  consul
service-mesh-patterns
Templates of service mesh configurations imbued with best practices.
Stars: ✭ 68 (+74.36%)
Mutual labels:  consul
Winton.extensions.configuration.consul
Enables Consul to be used as a configuration source in dotnet core applications
Stars: ✭ 239 (+512.82%)
Mutual labels:  consul
CytoPy
A data-centric flow/mass cytometry automated analysis framework
Stars: ✭ 27 (-30.77%)
Mutual labels:  clustering
fsfc
Feature Selection for Clustering
Stars: ✭ 80 (+105.13%)
Mutual labels:  clustering
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (-58.97%)
Mutual labels:  clustering

RabbitMQ Peer Discovery Consul

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_consul. All issues have been transferred.

Introduction

This is a Consul-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 Consul 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.

For a Consul-based peer discovery and cluster formation mechanism that supports 3.6.x, see rabbitmq-autocluster.

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_consul

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].