Structsยง
- Record ๐The minimal storage unit in the Kafka log store.
- The metadata of a record.
Enumsยง
- 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ยง
- maybe_
emit_ ๐entry For type of Entry::Naive Entry: - Constructs entries from
buffered_records