Class TombstoneRecord

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

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.
  • Constructor Details

    • TombstoneRecord

      public TombstoneRecord(SourceInfo source, RowData rowData, org.apache.kafka.connect.data.Schema keySchema)
  • Method Details