Expand description
§kafka_serde - serializers and deserializers for the kafka protocol
Details: Options are allowed during serialization, but not deserialization
variable sizes like varint, compact bytes, etc, are not supported yet. nullable_string and nullable_bytes are supported during deserialization (they will deserialize into standard string, str and byte-slices) but not yet during serialization.
Enums§
- Error
Kind - Errors that may happen when parsing a kafka payload (reader or writer)
Functions§
- from_
bytes - Deserialize a kafka payload contained in a byte slice
- to_
writer - Serializes a kafka payload into a I/O stream