You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
"By default, contents of a queue within a RabbitMQ cluster are located on a single node (the node on which the queue was declared)".
If for some reason, the pod where the queue is declared, dies, the RabbitMQ service become unavailable.
Describe the bug
"By default, contents of a queue within a RabbitMQ cluster are located on a single node (the node on which the queue was declared)".
If for some reason, the pod where the queue is declared, dies, the RabbitMQ service become unavailable.
https://www.rabbitmq.com/ha.html
https://www.rabbitmq.com/clustering.html
To Reproduce
At the moment it is the default behavior
Expected behavior
Queues can be served by every pod of the
broker
Stateful Set.The text was updated successfully, but these errors were encountered: