Class TombstoneRecord

java.lang.Object
io.debezium.connector.cassandra.Record
io.debezium.connector.cassandra.TombstoneRecord
All Implemented Interfaces:
Event, io.debezium.pipeline.Sizeable

public class TombstoneRecord extends Record
A TombstoneRecord is a record which has the same key as a delete event but has null value. With null value, Kafka knows that it can remove messages with the same key for log compaction.