Skip to content

Commit 19d8576

Browse files
spelling corrections
1 parent 371fc8f commit 19d8576

File tree

1 file changed

+4
-2
lines changed
  • src/connections/destinations/catalog/kafka

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@ The Kafka Destination can send data to Topics on self hosted Kafka Clusters, or
5151

5252
Data will be sent to Kafka in JSON format only. Avro, Protobuf and other formats are not yet supported.
5353

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.
5557

5658
The following SASL based authentication mechanisms are supported: **Plain**, **SCRAM-SHA-256**, **SCRAM-SHA-512** and **AWS**.
5759
**Client Certificate** auth is also supported.
5860

5961
### How is Partitioning controlled?
6062

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.
6264

6365
1) The **Partition** field: Use this field to specify the name of the Partition to send the event to.
6466
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

Comments
 (0)