RabbitMQ Management UI Overflow policy validation failure #9635
Answered
by
mkuratczyk
zaeemarshad
asked this question in
Other
-
Beta Was this translation helpful? Give feedback.
Answered by
mkuratczyk
Oct 5, 2023
Replies: 2 comments 6 replies
-
What version of RabbitMQ is used here? |
Beta Was this translation helpful? Give feedback.
1 reply
-
So this value is not supposed by the operator policies and was removed from the form recently, which is why it is not in the documentation table. It could be supported but I don't know how then you can declare it via CLI tools. Both use the same validation code path. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are policies and there are operator policies. With the CLI, you defined a regular policy (
set_policy
, notset_operator_policy
), which supports thex-overflow
property, so everything works as expected here.In the Management UI, you tried to define an Operator Policy, which currently does not support the
x-overflow
property, although perhaps it should.https://www.rabbitmq.com/parameters.html#operator-policies