Package org.apache.kafka.connect.header
-
Interface Summary Interface Description Header AHeader
is a key-value pair, and multiple headers can be included with the key, value, and timestamp in each Kafka message.Headers A mutable ordered collection ofHeader
objects.Headers.HeaderTransform A function to transform the suppliedHeader
. -
Class Summary Class Description ConnectHeaders A basicHeaders
implementation.