Fix table header in Bounded blocking doc. (#3450)
Signed-off-by: carolxob <carolxob@amazon.com>
This commit is contained in:
parent
0c2c72fbe8
commit
78df4883b9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue