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: src/connections/destinations/catalog/actions-kafka/index.md
+41-14Lines changed: 41 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -22,23 +22,50 @@ This destination is maintained by Segment. For any issues with the destination,
22
22
23
23
### Configure the Kafka Destination
24
24
25
-
The way you've configured your Kafka Cluster informs the authentication and encryption settings you'll need to apply to the Segment Kafka Destination. You may need the assistance of someone technical to provide values for the following Settings:
26
-
27
-
5. On the Settings tab, enter values into the **Client ID**, **Brokers** and **Authentication Mechanism** setting fields.
28
-
6. Populate fields based on the value you selected from the **Authentication Mechanism** field:
29
-
-**Plain** or **SCRAM-SHA-256 / 512** authentication: provide values for **Username** and **Password** fields.
30
-
-**AWS** authentication: provide values for **AWS Access Key ID** and **AWS Secret Key** fields, and optionally for the **AWS Authorization Identity** field.
31
-
-**Client Certificate** authentication: provide values for the **SSL Client Key** and **SSL Client Certificate** fields.
32
-
7. Populate the **SSL Certificate Authority** field, if necessary.
33
-
8. Save your changes and proceed to Configure the Send Action.
25
+
The way you've configured your Kafka Cluster informs the authentication and encryption settings you'll need to apply to the Segment Kafka Destination. You may need the assistance of someone technical to provide values for the following Settings:
26
+
27
+
<olstyle="counter-reset: none">
28
+
<livalue="5"markdown="1">
29
+
On the Settings tab, enter values into the **Client ID**, **Brokers** and **Authentication Mechanism** setting fields.
30
+
</li>
31
+
<livalue="6">
32
+
Populate fields based on the value you selected from the <b>Authentication Mechanism</b> field:
33
+
<ul>
34
+
<li>
35
+
<b>Plain</b> or <b>SCRAM-SHA-256 / 512</b> authentication: provide values for <b>Username</b> and <b>Password</b> fields.
36
+
</li>
37
+
<li>
38
+
<b>AWS</b> authentication: provide values for <b>AWS Access Key ID</b> and <b>AWS Secret Key</b> fields, and optionally for the <b>AWS Authorization Identity</b> field.
39
+
</li>
40
+
<li>
41
+
<b>Client Certificate</b> authentication: provide values for the <b>SSL Client Key</b> and <b>SSL Client Certificate</b> fields.
42
+
</li>
43
+
</ul>
44
+
</li>
45
+
<livalue="7"markdown="1">
46
+
Populate the **SSL Certificate Authority** field, if necessary.
47
+
</li>
48
+
<livalue="8"markdown="1">
49
+
Save your changes and proceed to [Configure the Send Action](#configure-the-send-action).
50
+
</li>
51
+
</ol>
34
52
35
53
### Configure the "Send" Action
36
54
37
-
9. Select the Mappings tab and add a new **Send** mapping.
38
-
10. Select a Topic to send data to. This field should auto-populate based on the credentials you provided in the Settings tab.
39
-
11. Map your payload using the **Payload** field.
40
-
12._(Optional)_: Specify partitioning preferences, Headers and Message Key values.
41
-
13. Save and enable the Action, then navigate back to the Kafka destination's Settings tab to enable and save the Destination.
55
+
<olstyle="counter-reset: none;">
56
+
<livalue="9"markdown=1>
57
+
Select the Mappings tab and add a new **Send** mapping.
58
+
</li>
59
+
<livalue="10"markdown=1>
60
+
Select a Topic to send data to. This field should auto-populate based on the credentials you provided in the Settings tab.
61
+
</li>
62
+
<livalue="11"markdown=1>
63
+
Map your payload using the **Payload** field. <br> _(Optional)_: Specify partitioning preferences, Headers and Message Key values.
64
+
</li>
65
+
<livalue="12"markdown=1>
66
+
Save and enable the Action, then navigate back to the Kafka destination's Settings tab to enable and save the Destination.
0 commit comments