You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ivan Obradovic (JIRA)" <ji...@apache.org> on 2017/10/25 06:32:00 UTC

[jira] [Created] (CAMEL-11943) camel-kafka - use regular expression to subscribe to topics

Ivan Obradovic created CAMEL-11943:
--------------------------------------

             Summary: camel-kafka - use regular expression to subscribe to topics
                 Key: CAMEL-11943
                 URL: https://issues.apache.org/jira/browse/CAMEL-11943
             Project: Camel
          Issue Type: Improvement
          Components: camel-kafka
            Reporter: Ivan Obradovic


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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)