How to prevent queue deletion when queue is not empty?(RabbitMQ Cluster Operator) #7737
Unanswered
Binghankina
asked this question in
Questions
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we want to block the deletion of a queue if it's not empty. Currently, we use the messaging topology operator to create a queue and if someone just deletes the queue CR, then the queue is just deleted, even if it is not empty. We are thinking to implement a webhook to prevent the delete request when the queues are not empty with the admission controller. However, do you think that there could be a better way to achieve it?
Beta Was this translation helpful? Give feedback.
All reactions