-
Is setting a topic/routing key in the binding implemented? |
Beta Was this translation helpful? Give feedback.
Answered by
ChunyiLyu
Mar 1, 2022
Replies: 2 comments
-
Yes. It can be set in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChunyiLyu
-
Is it possible to bind on multiple routingKey at the same time? Or do I need to create a binding for each key separately? For example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. It can be set in
spec.routingKey
. You can check the bindings (or any other crd) schema bykubectl describe
, e.g.kubectl describe crd bindings.rabbitmq.com
.