Skip to content

Commit 9b37b21

Browse files
Merge pull request #253303 from enkrumah/patch-51
Update kafka-output.md
2 parents 7983952 + 42bf584 commit 9b37b21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/stream-analytics/kafka-output.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: enkrumah
55
ms.author: ebnkruma
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 09/26/2023
8+
ms.date: 09/29/2023
99
---
1010

1111
# Kafka output from Azure Stream Analytics (Preview)
@@ -21,7 +21,6 @@ You can use four types of security protocols to connect to your Kafka clusters:
2121
|----------|-----------|
2222
|mTLS |encryption and authentication |
2323
|SASL_SSL |It combines two different security mechanisms - SASL (Simple Authentication and Security Layer) and SSL (Secure Sockets Layer) - to ensure both authentication and encryption are in place for data transmission. |
24-
|Kafka topic |A unit of your Kafka cluster you want to write events to. |
2524
|SASL_PLAINTEXT |standard authentication with username and password without encryption |
2625
|None |The serialization format (JSON, CSV, Avro, Parquet) of the incoming data stream. |
2726

0 commit comments

Comments
 (0)