Support multiple topic pattern in KafkaListener #2782
-
Do we support multiple |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, but the pattern is a Regular Expression (RegEx) so you can use |
Beta Was this translation helpful? Give feedback.
Yes, but the pattern is a Regular Expression (RegEx) so you can use
(foo.*|bar.*)
or similar to match multiple patterns.