diff --git a/pipeline/inputs/kafka.md b/pipeline/inputs/kafka.md index e779b6f07..362f55a17 100644 --- a/pipeline/inputs/kafka.md +++ b/pipeline/inputs/kafka.md @@ -15,6 +15,7 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill | poll\_ms | Kafka brokers polling interval in milliseconds. | 500 | | 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 | | poll\_ms | Kafka brokers polling interval in milliseconds. | 500 | +| async_commit | Enable Kafka commit operation asynchronously. This parameter accepts a boolean value of `true` or `false`. | `false` | | rdkafka.{property} | `{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) | | ## Getting Started