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

Add default queue type config to vhost crd #626

Merged
merged 1 commit into from
May 30, 2023
Merged

Add default queue type config to vhost crd #626

merged 1 commit into from
May 30, 2023

Conversation

ChunyiLyu
Copy link
Contributor

@ChunyiLyu ChunyiLyu commented May 25, 2023

This closes #608

Note to reviewers: remember to look at the commits in this PR and consider if they can be squashed
Note to contributors: remember to re-generate client set if there are any API changes

Summary Of Changes

Default queue type for a vhost can be set to quorum, classic or stream. This configuration requires RabbitMQ 3.11.12.

Field spec.defaultQueueType is mutable but currently updating it takes no effect. Default queue type can be updated with rabbitmqctl but not via http at the moment. I've added it in PR: rabbitmq/rabbitmq-server#8342. After this PR to rabbitmq-server is merged and released, default queue type can be updated with topology operator successfully.

Update on May 30th, PR to rabbitmq-server is merged and will be related for 3.11.17.

Additional Context

- can be set to quorum, classic or stream
this property can only be set for RMQ 3.11.12
or above. Version previous to 3.11.12 will fail
to reconcile if it's set
@ChunyiLyu ChunyiLyu merged commit 0cb3fbc into main May 30, 2023
@ChunyiLyu ChunyiLyu deleted the defaultQType branch May 30, 2023 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Default Queue Type for Vhosts
4 participants