flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
[FLINK-35143][cdc-connector][mysql] Expose newly added tables capture in mysql pipeline connector.
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...
Jiar: https://issues.apache.org/jira/browse/FLINK-35436
This PR: * Adds guide to provide excluded DB drivers in quickstart docs * Updates outdated maven jar links & move to `org.apache.flink` group ID
fix [FLINK-35391](https://issues.apache.org/jira/browse/FLINK-35391)
Flink cdc ci `compile_and_test` miss pipeline connector paimon. And test ci https://github.com/beryllw/flink-cdc/actions/runs/9183968055
Flink CDC 3.1 adds two new pipeline connectors (Kafka & Paimon). Added them into auto-labeler to tag PRs more precisely.
[FLINK-34908](https://issues.apache.org/jira/projects/FLINK/issues/FLINK-34908) * I support time precision for doris * I add UTCase
[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
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`...