Skip to content

Quorum Queue Replication parameter for user policies #13132

Closed Answered by mkuratczyk
ahi234 asked this question in Questions
Discussion options

You must be logged in to vote

initial-group-size cannot be set through a policy, because policies are applied asynchronously, after a queue is declared. Therefore, they can't set the initial state of the queue. You can however change the default for the cluster: https://www.rabbitmq.com/docs/quorum-queues#configuration

You can also be interested in the related topic of membership reconciliation: https://www.rabbitmq.com/docs/quorum-queues#replica-reconciliation

Streams are not affected by initial-group-size setting - they just start a member on all cluster nodes by default.

Replies: 3 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
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
Labels
None yet
3 participants