diff --git a/pipeline/inputs/kafka.md b/pipeline/inputs/kafka.md index 78610b11d..caf93f2cc 100644 --- a/pipeline/inputs/kafka.md +++ b/pipeline/inputs/kafka.md @@ -12,7 +12,7 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill | client\_id | Client id passed to librdkafka. | | | group\_id | Group id passed to librdkafka. | fluent-bit | | poll\_ms | Kafka brokers polling interval in milliseconds. | 500 | -| Chunk\_Size | Specify the size of buffer to store the incoming kafka messages. When this parameter is specified, do not poll them from brokers at once over the specified size and deferred to consume left messages from there at the next polling cycle. If not set, _Chunk\_Size_ is not effective. | | +| Buffer\_Max\_Size | Specify the maximum size of buffer to store the incoming kafka messages. To increase throughput, specify larger size. | 5M | | poll\_ms | Kafka brokers polling interval in milliseconds. | 500 | | rdkafka.{property} | `{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) | |