Skip to content

Minimum replication factor for QQs #7106

@illotum

Description

@illotum

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions