split the update event when using avro or csv protocol #9086
Labels
affects-6.5
affects-7.1
area/ticdc
Issues or PRs related to TiCDC.
component/sink
Sink component.
report/community
The community has encountered this bug.
type/enhancement
The issue or PR belongs to an enhancement.
Avro and CSV Protocol, does not emit the old value for the update event to downstream, so if the primary key is updated, the old data cannot be deleted from the downstream data system.
By split the update event into delete event and insert event, the old data can be delete first, and then insert the new data.
The text was updated successfully, but these errors were encountered: