Skip to content

batch

The batch operator controls the batch size of events.

batch [limit:int, timeout=duration]

The batch operator takes its input and rewrites it into batches of up to the desired size.

How many events to put into one batch at most.

Defaults to 65536.

Specifies a maximum latency for events passing through the batch operator. When unspecified, an infinite duration is used.

Last updated: