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
Copy file name to clipboardExpand all lines: doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
---
2
-
title: "Options of the kafka-c() destination"
2
+
title: "Options of the kafka() destination"
3
3
id: adm-dest-kafkac-opt
4
4
description: >-
5
-
This section describes the options of the kafka-c() destination in {{ site.product.short_name }}.
5
+
This section describes the options of the kafka() destination in {{ site.product.short_name }}.
6
6
---
7
7
8
-
The kafka-c() destination of {{ site.product.short_name }} can
8
+
The kafka() destination of {{ site.product.short_name }} can
9
9
directly publish log messages to the Apache Kafka message bus, where subscribers can access them. The destination has the following options.
10
10
11
+
**NOTE:**`kafka()` and `kafka-c()` is now interchangable as the first one is just an alias of the latter
12
+
{: .notice--info}
13
+
11
14
## Required options
12
15
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.
16
+
To use the kafka() 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
17
15
18
You can specify multiple, comma-separated addresses, demonstrated in the following example:
0 commit comments