Class 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 Detail

      • TombstoneRecord

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