-
Notifications
You must be signed in to change notification settings - Fork 6
Add (ha) rabbit cluster (but not use it) ⚠️ #1179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
TODO
Clients should properly use HA rabbit
Cluster FormationSource https://www.rabbitmq.com/docs/clustering Ways of Forming a Cluster
Node Names (Identifiers)
Cluster Formation Requirements
Ports That Must Be Opened for Clustering and Replication --> all works by default in docker swarm (all ports allowed)
Nodes in a Cluster
For two nodes to be able to communicate they must have the same shared secret called the Erlang cookie.
Node Counts and Quorum:
Clustering and ClientsMessaging Protocols
Stream Clients
Queue and Stream Leader Replica Placement
quorum queues
Cleaning volumes
HA Proxy highly available
|
What do these changes do?
Related issue/s
Related PR/s
Devops Actions⚠️
Prerequisites
Checklist
New stack
New service
Service is monitored (via prometheus and grafana)--> to be done in next PR when we switch from rabbit (in simcore stack) to cluster rabbit introduced hereService is not bound to one specific node(e.g. via files or volumes) --> it is bound because of volumes. no way around in our docker swarm setupIf exposed via traefik
Service's Public URL is included in maintenance mode--> unrelatedService's Public URL is included in testing mode--> unrelatedCredentials page is updated--> to be updated in another PR when we switch traffic to this rabbit clusterUrl added to e2e test services(e2e test checking that URL can be accessed) --> to be done when we swtich traffic