You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/inputs/kafka.md
+2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill
16
16
| 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 |
17
17
| rdkafka.{property} |`{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md)||
18
18
| 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`|
0 commit comments