Skip to content

Commit b2051b8

Browse files
authored
input: kafka: Remove duplicate poll_ms config (fluent#1414)
Signed-off-by: Seonghyeon Cho <[email protected]>
1 parent c9cebf0 commit b2051b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pipeline/inputs/kafka.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill
1414
| group\_id | Group id passed to librdkafka. | fluent-bit |
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 |
17-
| poll\_ms | Kafka brokers polling interval in milliseconds. | 500 |
1817
| rdkafka.{property} | `{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) | |
1918

2019
## Getting Started

0 commit comments

Comments
 (0)