rabbitmq pubsub - possibility of using quorum queues (instead of classic queues) #2544
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/enhancement
New feature or request
Milestone
Describe the feature
We want to use rabbitmq production ready cluster with 3 replicas for dapr pusub component.
For fault tolerance, we are forced to configure the replication policy for classic queues, but rabbitmq developers recommend to avoid using classic mirrored queues. They will be deprecated and removed in the future.
They think that if you care about data safety, use quorum queues instead (quorum queues don't require policies like that at all).
Please add the ability to use quorum queues, which is extremely relevant for production scenarios.
The text was updated successfully, but these errors were encountered: