Replies: 1 comment
-
|
@Ricaz there are no "voting only" queue or stream replicas in RabbitMQ. There are no "special" nodes in RabbitMQ in general. Three nodes is a required minimum for quorum queues and streams, Khepri (the new schema data store) starting with 3.13, and everything starting with 4.0. There are no plans to introduce witness replicas or "tie breaking voter" nodes. Every Raft-based feature technically has a concept of non-voting members but it is a temporary state, not a permanent role rabbitmq/ra#375. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an ELK-like cluster of 3 zones. Zone A and B do all the heavy lifting, and C is essentially just there to avoid a split-brain scenario if one zone goes down. I want to avoid doing any real work in zone C.
Currently, it has 2 RabbitMQ nodes each in zones A and B, but none in C. I want to add another RabbitMQ node in C, but I don't want it to do any real work. I just want to ensure consensus in case of failure in A or B.
All zones are geographically separated but on the same virtual network.
Is this possible, and if so, how?
Beta Was this translation helpful? Give feedback.
All reactions