Interface | Description |
---|---|
RecordSerde<T> |
Serde interface for records written to a metadata log.
|
Class | Description |
---|---|
AbstractApiMessageSerde |
This is an implementation of
RecordSerde with ApiMessageAndVersion but implementors need to implement
AbstractApiMessageSerde.apiMessageFor(short) to return a ApiMessage instance for the given apiKey . |
BytesApiMessageSerde |
This class provides conversion of
ApiMessageAndVersion to bytes and vice versa.. |
Exception | Description |
---|---|
MetadataParseException |
An exception indicating that we failed to parse a metadata entry.
|