Structsยง
- Record ๐
- The minimal storage unit in the Kafka log store.
- Record
Meta - The metadata of a record.
Enumsยง
- Record
Type - The type of a record.
Constantsยง
- ESTIMATED_
META_ ๐SIZE - The estimated size in bytes of a serialized RecordMeta. A record is guaranteed to have sizeof(meta) + sizeof(data) <= max_batch_byte - ESTIMATED_META_SIZE.
- VERSION ๐
- The current version of Record.
Functionsยง
- convert_
to_ ๐kafka_ records - convert_
to_ ๐multiple_ entry - convert_
to_ ๐naive_ entry - maybe_
emit_ ๐entry - For type of Entry::Naive Entry:
- remaining_
entries - Constructs entries from
buffered_records