flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
Hey, this is an implementation designed to capture snapshot data with filtering conditions. For example, by specifying `scan.snapshot.filters: db.user_table:id > 200;`, we can synchronize only the user data where the...
Refer to https://issues.apache.org/jira/browse/FLINK-37676 Adding a cache for better performance.
log output format and text
copy from https://github.com/apache/flink-cdc/pull/3808
This PR closes: [FLINK-37065](https://issues.apache.org/jira/browse/FLINK-37065) ticket. The new `fixRestoredGtidSet` implementation preserves GTID gaps by merging the server and restored GTID sets interval-by-interval, ensuring no unprocessed transactions are skipped or flattened.
Remove repeated dependency of maxcompute, and change the phase of "download-flink-release" in pipeline-e2e-test.
When not set scan.startup.mode to earliest-offset, will use intial mode,the next part about incrementing data will not work. That's not very friendly to new starters.
current local mode lacks loading additionalJars and flinkConf Local mode is convenient for development and debug 
Fixed the data of the newly added table cannot be read
copy pr https://github.com/apache/flink-cdc/pull/3979