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.
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.