From 78df4883b9e7436a1b3b1d5df0f2da21b5ea7b9d Mon Sep 17 00:00:00 2001 From: Caroline <113052567+carolxob@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:33:54 -0400 Subject: [PATCH] Fix table header in Bounded blocking doc. (#3450) Signed-off-by: carolxob --- .../pipelines/configuration/buffers/bounded-blocking.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md b/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md index df5e3c56..8370cf22 100644 --- a/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md +++ b/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md @@ -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`. |