Skip to content

Commit 1d21e3a

Browse files
committed
Small edits.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 8beec5b commit 1d21e3a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ directly publish log messages to the Apache Kafka message bus, where subscribers
1010

1111
## Required options
1212

13-
The following options are required: bootstrap-servers(), topic(). Note
14-
that to use the kafka-c() destination, you must
15-
add the following lines to the beginning of your {{ site.product.short_name }}
16-
configuration:
13+
To use the kafka-c() destination, the following two options are required: `bootstrap-servers()` and `topic()`. Both must appear at the beginning of your {{ site.product.short_name }} configuration.
14+
15+
You can specify multiple, comma-separated addresses, demonstrated in the following example:
1716

1817
```config
19-
@define kafka-implementation kafka-c
18+
bootstrap-servers("127.0.0.1:2525,remote-server-hostname:6464")
2019
```
2120

2221
{% include doc/admin-guide/notes/kafka-c.md %}

0 commit comments

Comments
 (0)