Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 683 Bytes

File metadata and controls

26 lines (18 loc) · 683 Bytes
layout title parent grand_parent nav_order
default
Bounded blocking
Buffers
Pipelines
50

Bounded blocking

Overview

Bounded blocking is the default buffer and is memory based. The following table describes the Bounded blocking parameters.

Option Required Type Description
buffer_size No Integer The maximum number of records the buffer accepts. Default value is 12800.
batch_size No Integer The maximum number of records the buffer drains after each read. Default value is 200.