Skip to content

Commit cc502a9

Browse files
pipeline: inputs: kafka: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent cdd5db3 commit cc502a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/inputs/kafka.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill
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 |
1717
| rdkafka.{property} | `{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) | |
18+
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
1819

1920
## Getting Started
2021

@@ -45,7 +46,7 @@ In your main configuration file append the following _Input_ & _Output_ sections
4546

4647
#### Example of using kafka input/output plugins
4748

48-
The fluent-bit source repository contains a full example of using fluent-bit to process kafka records:
49+
The fluent-bit source repository contains a full example of using fluent-bit to process kafka records:
4950

5051
```text
5152
[INPUT]

0 commit comments

Comments
 (0)