Skip to content
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

TiCDC supprots filterling DDL/DML event by event type and SQL expression. #6160

Closed
5 tasks done
asddongmen opened this issue Jul 4, 2022 · 0 comments · Fixed by #6095
Closed
5 tasks done

TiCDC supprots filterling DDL/DML event by event type and SQL expression. #6160

asddongmen opened this issue Jul 4, 2022 · 0 comments · Fixed by #6095
Assignees
Labels
area/ticdc Issues or PRs related to TiCDC. type/feature Issues about a new feature

Comments

@asddongmen
Copy link
Contributor

asddongmen commented Jul 4, 2022

Is your feature request related to a problem?

TiCDC already supports filtering DDL/DML event by schema name and table name, but this capability is no longer sufficient to meet the needs of users.

Describe the feature you'd like

TiCDC should support:

  1. Filter out DDL event by its event type.
  2. Filter out DML event by its event type.
  3. Filter out DML event by SQL expression.

Describe alternatives you've considered

No response

Teachability, Documentation, Adoption, Migration Strategy

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. type/feature Issues about a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant