Interface | Description |
---|---|
Converter |
The Converter interface provides support for translating between Kafka Connect's runtime data format
and byte[].
|
OffsetStorageReader |
OffsetStorageReader provides access to the offset storage used by sources.
|
Class | Description |
---|---|
StringConverter |
Converter implementation that only supports serializing to strings. |