package org.apache.kafka.connect.header
Provides an API for application-defined metadata attached to Connect records.
-
A
Header
is a key-value pair, and multiple headers can be included with the key, value, and timestamp in each Kafka message.
A mutable ordered collection of
Header
objects.
A function to transform the supplied
Header
.