bounds_check
Removes messages (and batches) that do not fit within certain size boundaries.
Fields
max_part_size
The maximum size of a message to allow (in bytes)
Type: int
Default: 1073741824
min_part_size
The minimum size of a message to allow (in bytes)
Type: int
Default: 1
max_parts
The maximum size of message batches to allow (in message count)
Type: int
Default: 100
min_parts
The minimum size of message batches to allow (in message count)
Type: int
Default: 1