flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[FLINK-38249] Add support for skipping specific Debezium operations in MySQL CDC source.

Open danzhewuju opened this issue 6 months ago • 0 comments

issues: https://issues.apache.org/jira/browse/FLINK-38249

Describe

In some scenarios, users may want to filter out certain delete operations. This configuration allows Debezium to filter these operations, helping meet user requirements while reducing serialization overhead.So Flink CDC can meet user requirements by setting this parameter.Debezium can set 'skipped.operations' to filter some operations.

danzhewuju avatar Aug 15 '25 07:08 danzhewuju