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

This PR adds support for per-table chunk key column configuration in the PostgreSQL CDC connector, enabling fine-grained control over incremental snapshot chunking. Previously, all tables shared the same chunk key...

docs
base
postgres-cdc-connector

This closes https://issues.apache.org/jira/browse/FLINK-38110 When there's column name in Chinese in PG tables, Postgresql connector with pgoutput plugin will decode them as garbled characters, especially during incremental capure. The reason is...

postgres-cdc-connector

## What is the purpose of the change This PR resolves the issue where OceanBase CDC integration tests were disabled in GitHub CI due to the unavailability of OceanBase Binlog...

docs
mysql-cdc-connector
e2e-tests
oceanbase-cdc-connector

invalidateTable when receiving SchemaChangeEvent to prevent retrieving outdated schema

paimon-pipeline-connector

The Flink CDC type supports the timeTZ field type. Like postgres sql supported timeTZ.

common

issues: https://issues.apache.org/jira/browse/FLINK-38249 # Describe In some scenarios, users may want to filter out certain delete operations. This configuration allows Debezium to filter these operations, helping meet user requirements while reducing...

mysql-cdc-connector