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

https://issues.apache.org/jira/browse/FLINK-35600

mysql-cdc-connector
reviewed
approved

There is a circular dependency between the `DataFieldSerializer`, `DataTypeSerializer`, and `RowTypeSerializer` classes. This circular dependency can lead to incomplete initialization of the serializers, causing a `NullPointerException` when you attempt to...

runtime
Stale

https://issues.apache.org/jira/browse/FLINK-35544

docs
reviewed
Stale
approved
waiting for review

Code optimization extracts constants

mysql-cdc-connector

Hive metastore Require column names to be lowercase, but field names from upstream tables may not meet the requirements. I've transferred the columnname into lowercase and tested the case with...

paimon-pipeline-connector

Support parsing SQL like following and emit new SchemaChangeEvent to downstream. ``` CREATE TABLE `user_log_copy` LIKE `user_log` ``` and ``` CREATE TABLE `user_log_copy` AS SELECT * FROM `user_log` ```

mysql-pipeline-connector
Stale

Currently, tables that are not present in transform blocks should be treated as if there's such a dummy fallback block: ```yaml transform: - source-table: "\.*.\.*" # capture all unmentioned tables...

runtime
e2e-tests

Currently, CDC runs (pipeline and source) E2e cases on various Flink versions sequentially. A complete workflow would need almost 80 minutes to finish. This PR runs E2e test cases in...

mongodb-cdc-connector
build
e2e-tests