Skip to content

Commit 0e32f05

Browse files
Merge pull request #263588 from enkrumah/patch-54
Update stream-analytics-define-kafka-input.md
2 parents c989ddf + 8ef1601 commit 0e32f05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/stream-analytics/kafka-output.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
# Kafka output from Azure Stream Analytics (Preview)
@@ -39,7 +39,7 @@ You can use four types of security protocols to connect to your Kafka clusters:
3939
|mTLS |encryption and authentication |
4040
|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. |
4141
|SASL_PLAINTEXT |standard authentication with username and password without encryption |
42-
|None |The serialization format (JSON, CSV, Avro, Parquet) of the incoming data stream. |
42+
|None | No authentication and encryption. |
4343

4444

4545
> [!IMPORTANT]

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)