You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: