pub const RECORD_BATCH_MAX: CountOrBytes;Expand description
All record batches in the system are limited to 1000 records. Batches are limited to a collective size of 1 MiB, which is also the maximum size of a single record.
pub const RECORD_BATCH_MAX: CountOrBytes;All record batches in the system are limited to 1000 records. Batches are limited to a collective size of 1 MiB, which is also the maximum size of a single record.