code-dm / mriya

Real-time ETL developed by Flink, data from MySQL to Greenplum. Use canal to parse the MySQL binlog, put it into kafka, use Flink to consume kafka and assemble the data into Greenplum, and more data sources and target sources will be added in the future.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如果每个Topic中只是记录了一张表的数据变更,要将每个Topic导入到各自对应的表中,如何进行配置

cobolbaby opened this issue · comments

如果每个Topic中只是记录了一张表的数据变更,要将每个Topic导入到各自对应的表中,如何进行配置呢?