You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/stream-analytics/kafka-output.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Azure Stream Analytics allows you to connect directly to Kafka clusters as a pro
14
14
15
15
### Kafka Event Compression
16
16
17
-
Supported compression types are None, Gzip, Snappy, LZ4 and Zstd.
17
+
Supported compression types are None, Gzip, Snappy, LZ4, and Zstd.
18
18
19
19
## Authentication and Encryption
20
20
@@ -44,7 +44,7 @@ Azure Stream Analytics integrates seamlessly with Azure Key Vault to access stor
44
44
You can store the certificates as Key Vault certificates or Key Vault secrets. Private keys are in PEM format.
45
45
46
46
### Key Vault Integration
47
-
When configuring your Azure Stream Analytics job to connect to your Kafka clusters, depending on your configuration, you may have to configure your job to be able to access your Kafka clusters, which are behind a firewall or inside a virtual network. You can visit the Azure Stream Analytics VNET documentation to learn more about configuring private endpoints to access resources that are inside a virtual network or behind a firewall.
47
+
When configuring your Azure Stream Analytics job to connect to your Kafka clusters, depending on your configuration, you may have to configure your job to access your Kafka clusters, which are behind a firewall or inside a virtual network. You can visit the Azure Stream Analytics VNET documentation to learn more about configuring private endpoints to access resources inside a virtual network or behind a firewall.
48
48
49
49
50
50
### Configuration
@@ -53,20 +53,20 @@ The following table lists the property names and their description for creating
0 commit comments