Package org.apache.kafka.connect.storage
package org.apache.kafka.connect.storage
Provides pluggable interfaces and some implementations for (de)serializing data to and from Kafka
-
ClassDescriptionThe Converter interface provides support for translating between Kafka Connect's runtime data format and byte[].Abstract class that defines the configuration options for
ConverterandHeaderConverterinstances.The type ofConverterandHeaderConverter.OffsetStorageReader provides access to the offset storage used by sources.AHeaderConverterthat serializes header values as strings and that deserializes header values to the most appropriate numeric, boolean, array, or map representation.ConverterandHeaderConverterimplementation that only supports serializing to strings.Configuration options forStringConverterinstances.