-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Add ability to set minimum replication factor for quorum queues. Broker picks the maximum of the configured and requested replication factors. Broker does this only on queue creation, and only when replication was requested (including default from policies or config).
Several considerations:
- If implemented via a config option, ensure the purpose is clearly distinct from the existing
quorum_cluster_size
. - If implemented via a policy, this has to be added to default operator policies to cover not-yet-existing vhosts where needed.
- Replication decision has to be explicitly logged to avoid confusion.
I'm personally leaning towards doing it with a config.
Metadata
Metadata
Assignees
Labels
No labels