Skip to content

Commit 2ca0a85

Browse files
Merge pull request #273464 from AliciaLiMicrosoft/patch-35
Update kafka-output.md
2 parents b87e2d9 + 1aa3f84 commit 2ca0a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/kafka-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ You can use four types of security protocols to connect to your Kafka clusters:
5353
5454
|Property name |Description |
5555
|----------|-----------|
56-
|mTLS |encryption and authentication |
57-
|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. |
56+
|mTLS |Encryption and authentication. Supports PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512 security mechanisms. |
57+
|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. |
5858
|SASL_PLAINTEXT |standard authentication with username and password without encryption |
5959
|None | No authentication and encryption. |
6060

0 commit comments

Comments
 (0)