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-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...

build
cli
reviewed

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...

runtime

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...

docs
postgres-cdc-connector

Add download page for Pipeline connectors. Starting from 3.1.0 as the package prefix of previous release version was `com.ververica`.

docs

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...

docs
mysql-cdc-connector

add elasticsearch.md for elasticsearch pipeline connector

docs

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...

common
mysql-cdc-connector
mysql-pipeline-connector

runtime
mysql-cdc-connector
reviewed

This closed [FLINK-36219](https://issues.apache.org/jira/browse/FLINK-36219)

docs

Support the version mapping between pipeline connectors and flink

docs
reviewed