flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
This closes FLINK-35242. * Adds `TRY_EVOLVE` behavior that tolerates exception during metadata applying process * Supports configuring various behavior for each schema evolution type with `include.schema.changes` and `exclude.schema.changes` sink option...
Doris & StarRocks are not support the `UpdateTypeEvent` right now, So should i need change the implement for Doris and Starrocks to ignore the UpdateTypeEvent to keep job healthy?
This closes [FLINK-34877](https://issues.apache.org/jira/browse/FLINK-34877).
Solution: Deletes files from the destination directory that are not present in the source directory.
This closes FLINK-35316, FLINK-35415. * Adds E2e testcases on recent Flink versions including 1.19 * Fixes CDC compatibility issue with 1.19 (due to breaking changes in @Internal classes) This is...
The issue is described in [FLINK-35409](https://issues.apache.org/jira/browse/FLINK-35409).
Now, MySQL CDC connector will retrieve the offset seconds between the configured timezone and UTC by executing the SQL statement below, and then compare it with the configured timezone. ```SQL...
https://issues.apache.org/jira/browse/FLINK-35421 1. i move refresh action to the `setup` method and remove checker of whether it restored from checkpoint or not. 2. i add some testing for it to double...
This closes [FLINK-34545](https://issues.apache.org/jira/browse/FLINK-34545).
Refer to [FLINK-35430](https://issues.apache.org/jira/browse/FLINK-35430) Passed the zoneId to JsonSerializationSchema.