Replies: 1 comment 8 replies
-
It is not possible to associate a stream message with several filter values, only one is allowed. It is possible to create a stream consumer with several filter values though. Wildcards are not supported. Note that if you specified several values for a consumer to match e.g. the Would you mind telling us more about your use case? |
Beta Was this translation helpful? Give feedback.
8 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.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using topic exchange with the following routing key format: <key1>.<key2>.<key3>
And consumers can consume like *.<key2>.* | <key1>.*.* etc.
Soon amqp protocol will not be performant enough for us and also we need the replay feature of streams. So I was considering streams with server side filter but I could not find a way to publish with multiple filter values. Is there anyway?
Beta Was this translation helpful? Give feedback.
All reactions