You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "zhisheng (Jira)" <ji...@apache.org> on 2020/04/24 09:55:00 UTC

[jira] [Comment Edited] (FLINK-17314) 【Flink Kafka Connector】The Config(connector.topic)support list topic

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

zhisheng edited comment on FLINK-17314 at 4/24/20, 9:54 AM:
------------------------------------------------------------

[~jark] Kafka connector also support list topics,  and is also easily expose it in SQL DDL, eg:

 
 one topic:'connector.topic'='test-topic'
  
 list topic:test1-topic;test2-topic
  
 pattern topic:test-topic-[0-9]
  


was (Author: zhisheng):
[~jark] Kafka connector also support list topics,  and is also easily expose it in SQL DDL, eg:

 
one topic:'connector.topic'='test-topic'
 
list topic:test1-topic;test2-topic
 
list topic:test-topic-[0-9]
 

> 【Flink Kafka Connector】The Config(connector.topic)support list topic
> --------------------------------------------------------------------
>
>                 Key: FLINK-17314
>                 URL: https://issues.apache.org/jira/browse/FLINK-17314
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / Kafka, Table SQL / Ecosystem
>            Reporter: zhisheng
>            Priority: Major
>
> sometime we may consume from more than one topic, and the data schema in  all topic  is same



--
This message was sent by Atlassian Jira
(v8.3.4#803005)