You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/12 02:50:48 UTC

[GitHub] [incubator-seatunnel] ashulin commented on issue #2394: [Feature]Support CDC

ashulin commented on issue #2394:
URL: https://github.com/apache/incubator-seatunnel/issues/2394#issuecomment-1275513274

   > We can implement it based on [Debezium](https://debezium.io/) and [Netflix's DBLog parallel algorithm](https://netflixtechblog.com/dblog-a-generic-change-data-capture-framework-69351fb9099b)
   
   1. The situation of multi-table and sharding should be considered to reduce the difficulty of user configuration;
   2. Supports parallel reading of historical data
   3. Supports reading incremental data
   4. Support heartbeat detection (small traffic)
   5. Support for dynamically adding new tables
   6. Support Schema evolution(DDL)


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org