Skip to content

Commit b87e2d9

Browse files
Merge pull request #273462 from AliciaLiMicrosoft/patch-34
Update stream-analytics-define-kafka-input.md
2 parents c68e2e4 + e3a2608 commit b87e2d9

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
@@ -65,8 +65,8 @@ You can use four types of security protocols to connect to your Kafka clusters:
6565
6666
|Property name |Description |
6767
|----------|-----------|
68-
|mTLS |encryption and authentication |
69-
|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 |
68+
|mTLS |Encryption and authentication. Supports PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512 security mechanisms. |
69+
|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 SASL_SSL protocol supports PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512 security mechanisms. |
7070
|SASL_PLAINTEXT |standard authentication with username and password without encryption |
7171
|None | No authentication and encryption. |
7272

0 commit comments

Comments
 (0)