Class LineageHeaders

java.lang.Object
com.bakdata.kafka.streams.kstream.LineageHeaders

public class LineageHeaders extends Object
Configure headers for data lineage of Kafka messages
  • Field Details

    • TOPIC_HEADER

      public static final String TOPIC_HEADER
      Header indicating the topic the record was read from.
      See Also:
    • PARTITION_HEADER

      public static final String PARTITION_HEADER
      Header indicating the partition the record was read from.
      See Also:
    • OFFSET_HEADER

      public static final String OFFSET_HEADER
      Header indicating the offset the record was read from.
      See Also: