Fix table header in Bounded blocking doc. (#3450)

Signed-off-by: carolxob <carolxob@amazon.com>
This commit is contained in:
Caroline 2023-03-16 15:33:54 -04:00 committed by GitHub
parent 0c2c72fbe8
commit 78df4883b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -12,11 +12,10 @@ nav_order: 50
`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`.
| 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