Skip to content

Commit a9e03f3

Browse files
HaChanhokakao-champ-ion
authored andcommitted
in_kafka: Add async_commit description
Signed-off-by: HaChanHo <[email protected]>
1 parent 1879ef4 commit a9e03f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/kafka.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill
1515
| poll\_ms | Kafka brokers polling interval in milliseconds. | 500 |
1616
| 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 |
1717
| poll\_ms | Kafka brokers polling interval in milliseconds. | 500 |
18+
| async_commit | Enable Kafka commit operation asynchronously. This option takes a boolean value: True/False. | False |
1819
| rdkafka.{property} | `{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) | |
1920

2021
## Getting Started

0 commit comments

Comments
 (0)