flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
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...
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...
## 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...
invalidateTable when receiving SchemaChangeEvent to prevent retrieving outdated schema
The Flink CDC type supports the timeTZ field type. Like postgres sql supported timeTZ.
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...