flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
This closes FLINK-36105. Some manual testing reveals that Flink CDC job could not restore from savepoint when using Flink 1.20.0. Turns out FLINK-34455 (https://github.com/apache/flink/pull/24320) has moved `RestoreMode` enum class from...
Currently, such transform rule could not work: ```yaml transform: projection: 'A' as result filter: tag >= 0 projection: score as result filter: tag < 0 ``` Here, `score` column will...
Adds the option to do an insert-only stream for connectors that support specifying a changelog mode. This allows debezium connectors to be imported into flink as stream tables to take...
Add download page for Pipeline connectors. Starting from 3.1.0 as the package prefix of previous release version was `com.ververica`.
[FLINK-36027][cdc-connector][mysql] numRecordsOut/numRecordsOutRate metrics for each OperationType
Added numRecordsOut/numRecordsOutRate metrics for each OperationType `INSERT`, `UPDATE`, `DELETE`. Removed table identifier from metrics name. With monitoring tools such as prometheus, we can distinguish flink job, db, and table using...
add elasticsearch.md for elasticsearch pipeline connector
This PR Support speed rate, Prevent too much data in the initial stage from causing pressure downstream usage: ```yaml source: type: mysql .... .... sink: ... .... pipeline: name: Sync...
This closed [FLINK-36219](https://issues.apache.org/jira/browse/FLINK-36219)
Support the version mapping between pipeline connectors and flink