hi, all The CDC connector is mentioned several times among developers and users as necessary, If you want to understand the background of the matter, you can see https://github.com/apache/incubator-seatunnel/issues/2394
I have completed the preliminary design of the CDC connector, you can review the design: https://github.com/apache/incubator-seatunnel/issues/3175 and give me feedback. The following are the goals of this design: - Support parallel reading of historical data (Fast synchronization, billions of large table) - Support reading incremental data (CDC) - Support for dynamically adding new tables (Easier to operate and maintain) - Support multi-table and sharding (Easy Configuration) -- Best Regards, Zongwen Li
