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
| 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
+
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
18
19
19
20
## Getting Started
20
21
@@ -45,7 +46,7 @@ In your main configuration file append the following _Input_ & _Output_ sections
45
46
46
47
#### Example of using kafka input/output plugins
47
48
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:
0 commit comments