From b3785a6263e4177c36812e8e9dc7a0a1ae860b89 Mon Sep 17 00:00:00 2001 From: CoreidCC Date: Wed, 20 Nov 2024 17:53:33 +0100 Subject: [PATCH] in_kafka: document enable_auto_commit Signed-off-by: CoreidCC --- pipeline/inputs/kafka.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline/inputs/kafka.md b/pipeline/inputs/kafka.md index a0c83b97d..cb16f74a9 100644 --- a/pipeline/inputs/kafka.md +++ b/pipeline/inputs/kafka.md @@ -16,6 +16,8 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill | Buffer\_Max\_Size | Specify the maximum size of buffer per cycle to poll kafka messages from subscribed topics. To increase throughput, specify larger size. | 4M | | rdkafka.{property} | `{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) | | | threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` | +| enable_auto_commit | Use kafa auto-commit instead of commiting easch individual message. | `false` | + ## Getting Started