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 closes FLINK-35647, inspired by #2908 and #2947. Credit goes to @icchux and @WholeWorld-Timothy. --- Currently, we must provide explicit sink-table in pipeline route rules, which means if we'd like...

docs
composer
common
runtime
cli
e2e-tests

Refer to: https://issues.apache.org/jira/browse/FLINK-35589 Support MemorySize type in FlinkCDC ConfigOptions.

common
cli

This closes FLINK-35633. > This requires #3428 being merged first. Currently, transform & route rules will be passed to Flink operators as strings, and any malformed configurations will not be...

docs
composer
common
runtime
cli
e2e-tests

https://issues.apache.org/jira/browse/FLINK-35490 Junit4 to Junit5 migration of `flink-cdc-connect/flink-cdc-source-connectors` module. Reference document: [Junit5 Migration Guide](https://docs.google.com/document/d/1514Wa_aNB9bJUen4xm5uiuXOooOJTtXqS_Jqk9KJitU). - All the unit and integration tests should work as expected

mongodb-cdc-connector
mysql-cdc-connector
base
oracle-cdc-connector
postgres-cdc-connector
sqlserver-cdc-connector
oceanbase-cdc-connector
vitess-cdc-connector
db2-cdc-connector
tidb-cdc-connector
Stale

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

docs
mysql-pipeline-connector

After #3489 got merged, a regular E2e CI run requires approximately 1h 15min to run, and JUnit will not execute pipeline E2e cases until all source E2e cases complete successfully....

build

Current, inJdbcConnectionPools is static instance, so the datasource pools in it won't be recycle when reader close. It will cause memory leak. ```java public class JdbcConnectionPools implements ConnectionPools { private...

mysql-cdc-connector
base

Flink CDC 3.1.1 has been released in public. Migration tests could be added to ensure its compatibility with any future versions.

migration-tests

Fix some words error

sqlserver-cdc-connector

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

composer
common
runtime