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

Add support for truncate events in Connector #397

Open
jhnwh opened this issue Nov 26, 2024 · 0 comments · May be fixed by #400
Open

Add support for truncate events in Connector #397

jhnwh opened this issue Nov 26, 2024 · 0 comments · May be fixed by #400

Comments

@jhnwh
Copy link

jhnwh commented Nov 26, 2024

I've noticed an issue with Flink CDC where the Sink does not process truncate events when it comes to writing data. Upon further investigation, I suspect that this might be due to the absence of a truncate operation within the Connector. Truncate operations are particularly important for data resynchronization purposes. Is it possible to implement support for handling truncate events in the Connector? This enhancement would greatly improve data synchronization capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant