Package org.apache.kafka.connect.storage
-
Interface Summary Interface Description Converter The Converter interface provides support for translating between Kafka Connect's runtime data format and byte[].HeaderConverter OffsetStorageReader OffsetStorageReader provides access to the offset storage used by sources. -
Class Summary Class Description ConverterConfig Abstract class that defines the configuration options forConverter
andHeaderConverter
instances.SimpleHeaderConverter AHeaderConverter
that serializes header values as strings and that deserializes header values to the most appropriate numeric, boolean, array, or map representation.StringConverter Converter
andHeaderConverter
implementation that only supports serializing to strings.StringConverterConfig Configuration options forStringConverter
instances. -
Enum Summary Enum Description ConverterType The type ofConverter
andHeaderConverter
.