Skip to content

Commit

Permalink
in_kafka: document enable_auto_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
coreidcc committed Nov 20, 2024
1 parent 954087e commit 5e9c791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline/inputs/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e9c791

Please sign in to comment.