kennknowles opened a new issue, #19217:
URL: https://github.com/apache/beam/issues/19217

   For the moment, it is possible to set topics for KafkaIO.Read in 2 ways - 
one single topic by using `withTopic(String)` or list of topics by using 
`withTopics(List<String>)`. 
   
   It would make sense to provide another way for this using patterns, based on 
regular expressions, like `withTopics(“org_[0-9]+_source”)`. In this case, 
Kafka consumer could discover the topics based on user provided pattern.
   
   Imported from Jira 
[BEAM-5786](https://issues.apache.org/jira/browse/BEAM-5786). Original Jira may 
contain additional context.
   Reported by: aromanenko.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to