flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
currently if we set tableList with regex like db.*, after snapshot finished, we can't capture tables when create new tables in db. instead, we need to restart to snapshot new...
Changed names of several identifiers, including variables and constants, to be more grammatically coherent to the use case of the identifiers.
Add e2e test for PaimonDataSink.
Fixes #40: Add optional flag `capture-unchanged-updates` whether to capture the updates if that have no change or not. default true, false to disable, just simply equals the before and after...
[mysql] Use cursor fetch by default when snapshot.
fix issues:https://github.com/ververica/flink-cdc-connectors/issues/1883
[oracle][fix]fix oracle maximum number of processes exceeded because of never close connection during snapshot
https://issues.apache.org/jira/browse/FLINK-35938 problem still persists. `storeMultiCommitter.commit` API may cause the same datafile commit twice when job restart from failure.
Flink CDC has been released and we're preparing for the following 3.3 release. Adding it to migration testing matrix should help us ensuring state backwards compatibility.