Module fluvio_smartmodule::dataplane::record
source · Structs
Record that can be used by Consumer which needs access to metadata
A type describing Raw records
This structs decodes and encode its bytes as it is. Just the raw bytes of its internal vector.
When decoding, please be sure that your src buffer have the exact number of bytes.
A type containing the data contents of a Record.
A key for determining which partition a record should be sent to.
Represents sets of batches in storage
Enums
Constants
size of the offset and length
Traits
Offset information about Partition
used for modifying timestamp as producer