flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
I created a version that fixes itself automatically, but I can't verify it because I don't know how.
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)....
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: '*'...
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...
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...
Add `op_type` metadata column for mongodb source 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
Support flink cdc pipeline Yarn session mode
## 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...
close [FLINK-37958](https://issues.apache.org/jira/browse/FLINK-37958)