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/kafka/index.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,16 @@ The Kafka Destination can send data to Topics on self hosted Kafka Clusters, or
51
51
52
52
Data will be sent to Kafka in JSON format only. Avro, Protobuf and other formats are not yet supported.
53
53
54
-
### Which authentication formats are supported?
54
+
### Which authentication mechanisms are supported?
55
+
56
+
The Authentication Mechanism is controlled with the **Authentication Mechanism** Setting field.
55
57
56
58
The following SASL based authentication mechanisms are supported: **Plain**, **SCRAM-SHA-256**, **SCRAM-SHA-512** and **AWS**.
57
59
**Client Certificate** auth is also supported.
58
60
59
61
### How is Partitioning controlled?
60
62
61
-
The **Send** Action provides allows for multiple ways to specify which an event should be sent to.
63
+
The **Send** Action provides multiple ways to specify which Partition an event should be sent to.
62
64
63
65
1) The **Partition** field: Use this field to specify the name of the Partition to send the event to.
64
66
2) The **Default Partition** field: Use this field to specify a default Partition. This will be used when value is provided in the **Partition** field.
0 commit comments