Skip to content

Commit 9f330e5

Browse files
committed
reset numbering
1 parent 1764255 commit 9f330e5

File tree

1 file changed

+41
-14
lines changed
  • src/connections/destinations/catalog/actions-kafka

1 file changed

+41
-14
lines changed

src/connections/destinations/catalog/actions-kafka/index.md

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,50 @@ This destination is maintained by Segment. For any issues with the destination,
2222

2323
### Configure the Kafka Destination
2424

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+
<ol style="counter-reset: none">
28+
<li value="5" markdown="1">
29+
On the Settings tab, enter values into the **Client ID**, **Brokers** and **Authentication Mechanism** setting fields.
30+
</li>
31+
<li value="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+
<li value="7" markdown="1">
46+
Populate the **SSL Certificate Authority** field, if necessary.
47+
</li>
48+
<li value="8" markdown="1">
49+
Save your changes and proceed to [Configure the Send Action](#configure-the-send-action).
50+
</li>
51+
</ol>
3452

3553
### Configure the "Send" Action
3654

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+
<ol style="counter-reset: none;">
56+
<li value="9" markdown=1>
57+
Select the Mappings tab and add a new **Send** mapping.
58+
</li>
59+
<li value="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+
<li value="11" markdown=1>
63+
Map your payload using the **Payload** field. <br> _(Optional)_: Specify partitioning preferences, Headers and Message Key values.
64+
</li>
65+
<li value="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.
67+
</li>
68+
</ol>
4269

4370
{% include components/actions-fields.html %}
4471

0 commit comments

Comments
 (0)