Skip to content

Commit c5efa3b

Browse files
authored
Update stream-analytics-define-kafka-input.md
1 parent c989ddf commit c5efa3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/stream-analytics-define-kafka-input.md

Lines changed: 2 additions & 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: 11/30/2023
8+
ms.date: 01/18/2024
99
---
1010

1111
# Stream data from Kafka into Azure Stream Analytics (Preview)
@@ -50,7 +50,7 @@ You can use four types of security protocols to connect to your Kafka clusters:
5050
|mTLS |encryption and authentication |
5151
|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. The mechanism supported is PLAIN. The SASL_SSL protocol doesn't support SCRAM |
5252
|SASL_PLAINTEXT |standard authentication with username and password without encryption |
53-
|None |The serialization format (JSON, CSV, Avro, Parquet) of the incoming data stream. |
53+
|None | No authentication and encryption. |
5454

5555

5656
> [!IMPORTANT]

0 commit comments

Comments
 (0)