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

Currently, Doris sink supports auto-creating table only. When specified database does not exist, connector will panic with a Doris internal error. By ensuring database exists before creating any table should...

doris-pipeline-connector

Jiar: https://issues.apache.org/jira/browse/FLINK-35436

composer
common
runtime
Stale

This PR: * Adds guide to provide excluded DB drivers in quickstart docs * Updates outdated maven jar links & move to `org.apache.flink` group ID

docs

fix [FLINK-35391](https://issues.apache.org/jira/browse/FLINK-35391)

build

Flink cdc ci `compile_and_test` miss pipeline connector paimon. And test ci https://github.com/beryllw/flink-cdc/actions/runs/9183968055

build

Flink CDC 3.1 adds two new pipeline connectors (Kafka & Paimon). Added them into auto-labeler to tag PRs more precisely.

build

[FLINK-34908](https://issues.apache.org/jira/projects/FLINK/issues/FLINK-34908) * I support time precision for doris * I add UTCase

doris-pipeline-connector

[cdc-connector][oracle] Oracle cdc support newly add table [FLINK-34990](https://issues.apache.org/jira/projects/FLINK/issues/FLINK-34990) * I add oracle cdc support newly add table * I add ITCase for this feature

oracle-cdc-connector

This closes FLINK-35441. Adding backwards compatible test with `3.0.0` and `3.1.0` version by serializing objects on lower versions and deserializing them on snapshot version. * `SchemaManager` test runs on `3.1.0`...

build