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

Upgrade and fix the inaccurate and unbalanced judgment of oracle-chunk using rowid sharding

base
oracle-cdc-connector
Stale

This commit introduces comprehensive end-to-end tests for the MySQL to Elasticsearch data pipeline. The new tests cover multiple versions of Flink and Elasticsearch to ensure broad compatibility.

e2e-tests
Stale

This change ensures that the log message is clear and free of typographical errors.

docs
common
mongodb-cdc-connector
mysql-cdc-connector
base
oracle-cdc-connector
postgres-cdc-connector
sqlserver-cdc-connector
e2e-tests
oceanbase-cdc-connector
vitess-cdc-connector
db2-cdc-connector
mysql-pipeline-connector
doris-pipeline-connector
tidb-cdc-connector
Stale

Currently, the startIndex of flink-cdc.substr starts from 0, while the startIndex of flink.substr starts from 1, and the startIndex of flink-cdc.substr cannot be less than 0. This is inconsistent with...

docs
runtime
reviewed
Stale

This closes FLINK-35762. As previously discussed offline with @lvyanquan, HashMap lookup could be slow since we must calculate key hash code every time, though most key objects are immutable. A...

common
runtime
Stale

This closes FLINK-35980 by: * added test cases for pipeline transform features * corrected usage of `Cache` to avoid ClassLoaderLeakage failure Some cases are ignored for now, until ~~FLINK-35981~~, FLINK-35982,...

composer
runtime

`numRecordsOutBySnapshot` metrics collects snapshot statistics `numRecordsOutByIncremental` metrics collects incremental statistics `numRecordsOutByIncremental` has three metrics, respectively is `numRecordsOutByIncrementalInsert`, `numRecordsOutByIncrementalUpdate`, `numRecordsOutByIncrementalDelete` ![image](https://github.com/apache/flink-cdc/assets/125547374/1d15cf11-f7db-4644-9ae8-56bcec8c0c9f) 2024.7.12 change metrics name,change `numRecordsOutByIncrementalInsert` to `numRecordsOutByDataChangeEventInsert` ![image](https://github.com/user-attachments/assets/892f1090-58a9-4212-95d1-9816f75e06e8)

mysql-cdc-connector
Stale

Currently we don‘t support sync comments of table or column, so the pipeline sink cannot obtain them. Users must get the comments from the source, it's a bad experience.

docs
values-pipeline-connector
composer
common
mysql-pipeline-connector
doris-pipeline-connector
paimon-pipeline-connector
Stale

Current, flink-cdc-source-connectors depends on flink-cdc-runtime, which is not ideal for design and is redundant. This issue is aimed to remove it.

Stale