From 229c3fbe413c9d4812ee10e3f3d807d2b4fcfbba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Apr 2024 21:07:33 +0000 Subject: [PATCH] Fix Kafka table (#6845) Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> (cherry picked from commit e098cc0c04626f6e534481b564829c4928f822b8) Signed-off-by: github-actions[bot] --- _data-prepper/pipelines/configuration/buffers/kafka.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_data-prepper/pipelines/configuration/buffers/kafka.md b/_data-prepper/pipelines/configuration/buffers/kafka.md index f641874a91..87600601b4 100644 --- a/_data-prepper/pipelines/configuration/buffers/kafka.md +++ b/_data-prepper/pipelines/configuration/buffers/kafka.md @@ -128,6 +128,7 @@ Option | Required | Type | Description #### producer_properties Use the following configuration options to configure a Kafka producer. + Option | Required | Type | Description :--- | :--- | :--- | :--- `max_request_size` | No | Integer | The maximum size of the request that the producer sends to Kafka. Default is 1 MB.