Skip to main content

bounds_check

Checks a message against a set of bounds, if any bound fails then this condition resolves to false.

# Common config fields, showing default values
bounds_check:
max_part_size: 1073741824
min_part_size: 1

Fields​

max_part_size​

The maximum size of a message to allow (in bytes)

Type: number
Default: 1073741824

min_part_size​

The minimum size of a message to allow (in bytes)

Type: number
Default: 1

max_parts​

The maximum size of message batches to allow (in message count)

Type: number
Default: 100

min_parts​

The minimum size of message batches to allow (in message count)

Type: number
Default: 1