log_store::kafka::util

Module record

Source

Structsยง

  • Record ๐Ÿ”’
    The minimal storage unit in the Kafka log store.
  • The metadata of a record.

Enumsยง

Constantsยง

  • 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ยง