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

add oracle pipeline connector.

docs
base
oracle-cdc-connector
e2e-tests
debezium

Add support for Postgres partitioned table 2 test cases added: - Discover partitioned table - IT test to verify snapshot and wal events can be consumed for partitioned table

docs
postgres-cdc-connector
reviewed
3.5

I've implemented a solution where data is collected from MySQL once and then sent to multiple target data sources, such as Paimon, Kafka, and StarRocks, which reduces redundant data collection....

composer
cli
Stale

https://issues.apache.org/jira/browse/FLINK-34864 Previously, in the scenario of multi-table synchronization such as from MySQL to Doris, if some tables had no primary keys, it would directly result in an error, which affected...

docs
mysql-cdc-connector
mysql-pipeline-connector
3.5

[FLINK-37934][cdc-source-connectors] Get the case-sensitive variable names and method names of table id are not standardized, and need to be adjusted

mongodb-cdc-connector
mysql-cdc-connector
base
oracle-cdc-connector
postgres-cdc-connector
sqlserver-cdc-connector
db2-cdc-connector
mysql-pipeline-connector

[https://issues.apache.org/jira/browse/FLINK-37855](url) MySqlSchemaUtils#listTables and TableDiscoveryUtils#listTables is called to get the table names of all tables that need to be processed, However, in scenarios involving many databases and tables, this method call...

mysql-cdc-connector
mysql-pipeline-connector
Stale
3.5

This closes FLINK-36520, FLINK-36590. Currently, trying to use MySQL CDC with MySQL 8.4 would cause the following exception: ``` Caused by: org.apache.flink.util.FlinkRuntimeException: Read split MySqlSnapshotSplit{tableId=customer.customers, splitId='customer.customers:0', splitKeyType=[`id` BIGINT NOT NULL],...

build
mysql-cdc-connector
base
e2e-tests
mysql-pipeline-connector
debezium

This closes FLINK-37905. As reported by @ruanhang1993, any non-ascii string literals in transform expressions will be encoded into something like `"&'\xxxx"`, which is unexpected since Unicodes are fully supported in...

composer
runtime
e2e-tests

Desc:[FLINK-37096](https://issues.apache.org/jira/browse/FLINK-37096)

mongodb-cdc-connector
debezium