Consume from Multiple Topics Using Wildcard #603
Unanswered
jcarpenter-greenmt
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to set up a consumer that will consume from multiple topics. Instead of listing each topic out I would like to use a wildcard to indicate the pattern. For example, I know I can provide a list and using
consumerConfigurationBuilder.Topics(kafkaBatchConsumerOptions.TopicName)
Is it possible to use something like *.data-received to read from all three topics.
Beta Was this translation helpful? Give feedback.
All reactions