[ 
https://issues.apache.org/jira/browse/KAFKA-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221509#comment-16221509
 ] 

Ismael Juma commented on KAFKA-3073:
------------------------------------

If we want to support regex in the protocol, we need a cross-platform solution. 
The best option I've seen so far is:

https://github.com/google/re2
https://github.com/google/re2j

> KafkaConnect should support regular expression for topics
> ---------------------------------------------------------
>
>                 Key: KAFKA-3073
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3073
>             Project: Kafka
>          Issue Type: Improvement
>          Components: KafkaConnect
>            Reporter: Gwen Shapira
>            Assignee: Liquan Pei
>              Labels: needs-kip
>
> KafkaConsumer supports both a list of topics or a pattern when subscribing. 
> KafkaConnect only supports a list of topics, which is not just more of a 
> hassle to configure - it also requires more maintenance.
> I suggest adding topics.pattern as a new configuration and letting users 
> choose between 'topics' or 'topics.pattern'.



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

Reply via email to