Support applying policies on specific queue type (classic/quorum)
nickstamat opened this issue · 0 comments
nickstamat commented
Is your feature request related to a problem? Please describe.
In RabbitMQ v3.12.0+, policies can be defined to only apply to specific queue types.
The operator currently doesn't support setting specific types in the .spec.applyTo
field of a Policy.
Describe the solution you'd like
The operator should support setting classic_queues
/quorum_queues
in the .spec.applyTo
field of a Policy.
Describe alternatives you've considered
None
Additional context
None