Skip to content

So if one of the pod goes down, everything goes down? #1483

Closed Answered by Zerpet
paul-the-aio asked this question in Q&A
Discussion options

You must be logged in to vote

One Pod down does not cause the entire cluster to go down. It would be a pretty bad distributed data service if it did 😉

You have to make to be using Quorum Queues if you want to replicate your data inside the queues. Streams also replicate the data. There are a few use cases for classic queues, like single active consumer, but bear in mind that replicating data a.k.a. queue mirroring is deprecated in classic queues.

One gotcha with Quorum Queues is the initial replication factor in environments that grow afterwards. If you have 1 replica, declare a quorum queues, and then scale your cluster to 3 replicas, your QQ will remain with just 1 replica, because, at declaration time, there was on…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #1482 on October 27, 2023 09:18.