Skip to content

Commit 9f171be

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent e05ad05 commit 9f171be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pipeline/inputs/kafka.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This plugin uses the official [librdkafka C library](https://github.com/edenhill
88

99
| Key | Description | default |
1010
| :--- | :--- | :--- |
11-
| `brokers` | Single or multiple list of Kafka Brokers, e.g: 192.168.1.3:9092, 192.168.1.4:9092. | _none_ |
11+
| `brokers` | Single or multiple list of Kafka Brokers. For example: `192.168.1.3:9092`, `192.168.1.4:9092`. | _none_ |
1212
| `topics` | Single entry or list of comma-separated topics (`,`) that Fluent Bit will subscribe to. | _none_ |
1313
| `format` | Serialization format of the messages. If set to `json`, the payload will be parsed as JSON. | _none_ |
1414
| `client_id` | Client id passed to librdkafka. | _none_ |
@@ -47,8 +47,7 @@ In your main configuration file append the following `Input` and `Output` sectio
4747

4848
#### Example of using Kafka input and output plugins
4949

50-
The Fluent Bit source repository contains a full example of using Fluent Bit to
51-
process Kafka records:
50+
The Fluent Bit source repository contains a full example of using Fluent Bit to process Kafka records:
5251

5352
```text
5453
[INPUT]

0 commit comments

Comments
 (0)