-
Enhancement
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
False
-
None
-
False
Hi,
When you use Debezium with MySQL connector and have already start it, so you have the initial snapshot and some updates after some days.
For examples we have 10 message in the topic of this table and later run a TRUNCATE in MySQL, what happen in Kafka Debezium ?
- a message in Schema ?
- what about the existing message in the Table topic on which we have run the truncate ?
- the 10 messages are still in the Topic ?
- how to now as a consumer, that the table is empty due to a truncate and in case of new record I have maybe to "refresh" my target store where I put my data ?
Regards,
Eric
- duplicates
-
DBZ-5610 MySQL Connector capture TRUNCATE command as message in table topic
- Closed