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

I created a version that fixes itself automatically, but I can't verify it because I don't know how.

docs

This pull request implements closing `MetadataApplier` when the job stops. This allows `MetadataApplier` implementations to release the resources that they may use to apply schema changes (e.g. a JDBC connection)....

common
runtime
paimon-pipeline-connector
reviewed

This closes FLINK-35982. One may readjust source table primary keys, partition keys, table options by specifying them in a Transform block like this: ```yaml transform: - source-table: db.tbl projection: '*'...

composer
reviewed

Currently, MySQL SourceRecordEmitter treats `FLOAT(x)` (float with explicit precision) as a `DOUBLE`, but pipeline `MetadataAccessor` reports a plain "FLOAT", which causes discrepancy and corrupted deserialized data. This bug should be...

mysql-pipeline-connector

This closes [[FLINK-36397](https://issues.apache.org/jira/projects/FLINK/issues/FLINK-36397)] Obtain the high watermark offset and table data in the same transaction during the Snapshot phase,This ensures that the data retrieved is consistent and avoids any potential...

mysql-cdc-connector

Add `op_type` metadata column for mongodb source connector

docs
mongodb-cdc-connector

Fork from : https://github.com/apache/flink-cdc/pull/3442 1. Add pipeline IT Case 2. fixed db.sch*.talbe*, db must same and unique

docs
build
postgres-cdc-connector
e2e-tests
reviewed
3.5

Support flink cdc pipeline Yarn session mode

composer
cli
e2e-tests
Stale

## Introduction When Flink CDC uses pipeline to submit jobs, we need to set configuration items in plaintext in the definition file, including sensitive configurations such as passwords for connecting...

common
cli
Stale

close [FLINK-37958](https://issues.apache.org/jira/browse/FLINK-37958)