bitsail
bitsail copied to clipboard
[BitSail][Connector] Support CDC Source Connector
We would like to support a CDC source connector and provide a complete CDC ingestion and integration solution to our user.
We will break this task into 5 stage:
- Migrate the legacy Mysql JDBC connector to the V1 interface and refactoring the implementation to include watermark Tracking task: #199
- Support Debezium connector to read mysql binlog source.
- Implement the snapshot and binlog swap algorithm according to the Netflix DBlog paper
- Extend this solution to other database, including oracle mongo postgres sqlserver.
- Binlog client performance improvement and advanced feature support(realtime schema evolution, whole database sync e.t.c).