apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.79k stars 1.74k forks source link

CDC的场景是否支持MySQL的分库分表 #7260

Open 0Freesky0 opened 1 month ago

0Freesky0 commented 1 month ago

Search before asking

Description

CDC的场景是否支持MySQL的分库分表 支持的话是怎么实现的呢?不支持的话是否有该方面的计划?

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

Desperado2 commented 1 month ago

MySQL分库分表是个很常用的策略,尤其是一些根据条件动态分表的场景(如每新增一个组织就新增一张表),在这种情况下目前很难做到,希望能够支持基于表名称模糊匹配的分库分表支持(如:test_*).

20100507 commented 3 weeks ago

有配置文件的方式 读取上游的分表么?