log_store::kafka::util::record

Constant ESTIMATED_META_SIZE

Source
pub(crate) const ESTIMATED_META_SIZE: usize = 256;
Expand description

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.