Caroline 78df4883b9
Fix table header in Bounded blocking doc. (#3450)
Signed-off-by: carolxob <carolxob@amazon.com>
2023-03-16 14:33:54 -05:00

26 lines
683 B
Markdown

---
layout: default
title: Bounded blocking
parent: Buffers
grand_parent: Pipelines
nav_order: 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`. |
<!--- ## Configuration
Content will be added to this section.
## Metrics
Content will be added to this section. --->