flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
Desc: [FLINK-36980](https://issues.apache.org/jira/browse/FLINK-36980)
# Description This PR addresses the issue identified in FLINK-37677, where setting `exclude.schema.changes: [create.table]` in the YAML configuration causes Flink CDC to throw an `IllegalStateException`. ``` java.lang.IllegalStateException: Unable to coerce...
https://issues.apache.org/jira/browse/FLINK-37203
[FLINK-37292] [cdc] Remove the flink-kubernetes dependencies during the packaging of flink-cdc-dist
The Flink-Kubernetes dependency embedded in the packaging of flink-cdc-dist is incompatible with Flink
Update configuration file for Flink 1.19+.
Add built-in [Qwen](https://github.com/QwenLM/Qwen2.5) model for transform.
pipeline cdc connector support multiple data sources The relevant design and verification documents are as follows: https://www.yuque.com/oniucium/lfk1te/ocp6m13kpgh1x9pg?singleDoc#
This closes FLINK-35599 by implementing the long-awaited JDBC pipeline sink connector, largely based on @kissycn's work in #3433. --- Compared to Zhou's original PR, some changes have been made to...