Skip to content

Commit b3785a6

Browse files
committed
in_kafka: document enable_auto_commit
Signed-off-by: CoreidCC <[email protected]>
1 parent 954087e commit b3785a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pipeline/inputs/kafka.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill
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
| rdkafka.{property} | `{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) | |
1818
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
19+
| enable_auto_commit | Use kafa auto-commit instead of commiting easch individual message. | `false` |
20+
1921

2022
## Getting Started
2123

0 commit comments

Comments
 (0)