flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

Flink CDC is a streaming data integration tool

Results 606 flink-cdc issues
Sort by recently updated
recently updated
newest added

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...

docs
common
mysql-cdc-connector
cli
mysql-pipeline-connector

Refer to https://issues.apache.org/jira/browse/FLINK-37676 Adding a cache for better performance.

common
e2e-tests

log output format and text

postgres-cdc-connector
Stale

copy from https://github.com/apache/flink-cdc/pull/3808

postgres-cdc-connector
Stale

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.

mysql-cdc-connector
Stale

Remove repeated dependency of maxcompute, and change the phase of "download-flink-release" in pipeline-e2e-test.

e2e-tests
reviewed
maxcompute-pipeline-connector

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.

docs
Stale

current local mode lacks loading additionalJars and flinkConf Local mode is convenient for development and debug ![image](https://github.com/user-attachments/assets/60de67de-3f8b-4624-b151-9cc4f07afd76)

composer
cli

Fixed the data of the newly added table cannot be read

mysql-cdc-connector

copy pr https://github.com/apache/flink-cdc/pull/3979

postgres-cdc-connector
reviewed
approved