Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Sometime you want to subscribe to topics you don't know exact names for, or there are too many topics. In these cases, using regular expression for topic name is the right choose.
Kafka client has method subscribe(Pattern pattern, ConsumerRebalanceListener listener) which is not used in Camel Kafka plugin.
It would be great if the Kafka plugin supports regular expression too.