Skip to content

Commit 6cd0a72

Browse files
in_kafka: Revise wording based on review feedback.
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: champ-ion <[email protected]>
1 parent a9e03f3 commit 6cd0a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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
| poll\_ms | Kafka brokers polling interval in milliseconds. | 500 |
18-
| async_commit | Enable Kafka commit operation asynchronously. This option takes a boolean value: True/False. | False |
18+
| async_commit | Enable Kafka commit operation asynchronously. This parameter accepts a boolean value of `true` or `false`. | `false` |
1919
| rdkafka.{property} | `{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) | |
2020

2121
## Getting Started

0 commit comments

Comments
 (0)