Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rabbitmq pubsub - possibility of using quorum queues (instead of classic queues) #2544

Closed
VuiDJi opened this issue Feb 17, 2023 · 6 comments
Closed
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/enhancement New feature or request
Milestone

Comments

@VuiDJi
Copy link

VuiDJi commented Feb 17, 2023

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.

@VuiDJi VuiDJi added the kind/enhancement New feature or request label Feb 17, 2023
@yaron2 yaron2 added this to the v1.11 milestone Feb 17, 2023
@yaron2 yaron2 added the good first issue Good for newcomers label Feb 17, 2023
@yaron2
Copy link
Member

yaron2 commented Feb 17, 2023

@berndverst berndverst added the help wanted Extra attention is needed label Feb 18, 2023
@jackycsl
Copy link

Can I work on this issue?

@yaron2
Copy link
Member

yaron2 commented Feb 18, 2023

Can I work on this issue?

Of course.

@thevaruntiwari
Copy link

May I know when we will receive the new release integrated with this feature support.

@juanrevello
Copy link

Hi! Is there any news regarding this change? I need to create quorum queues, since rabbitmq indicates that the classic queues are to be removed. Thanks!

@ItalyPaleAle
Copy link
Contributor

Done in #2816

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants