Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danzhewuju
Copy link

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.

…n MySQL CDC source.

Signed-off-by: danzhewuju <1668926294@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant