Skip to content

Commit 319cdb4

Browse files
authored
Update kafka-output.md
1 parent eb6818e commit 319cdb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/stream-analytics/kafka-output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 10/27/2023
1010

1111
# Kafka output from Azure Stream Analytics (Preview)
1212

13-
Azure Stream Analytics allows you to connect directly to Kafka clusters as a producer to output data. The solution is low code and entirely managed by the Azure Stream Analytics team at Microsoft, allowing it to meet business compliance standards. The Kafka Adapters are backward compatible and support all versions with the latest client release starting from version 0.10. Users can connect to Kafka clusters inside a VNET and Kafka clusters with a public endpoint, depending on the configurations. The configuration relies on existing Kafka configuration conventions.
13+
Azure Stream Analytics allows you to connect directly to Kafka clusters as a producer to output data. The solution is low code and entirely managed by the Azure Stream Analytics team at Microsoft, allowing it to meet business compliance standards. The ASA Kafka output is backward compatible and support all versions with the latest client release starting from version 0.10. Users can connect to Kafka clusters inside a VNET and Kafka clusters with a public endpoint, depending on the configurations. The configuration relies on existing Kafka configuration conventions.
1414
Supported compression types are None, Gzip, Snappy, LZ4, and Zstd.
1515

1616
## Configuration
@@ -44,7 +44,7 @@ You can use four types of security protocols to connect to your Kafka clusters:
4444
4545
### Connect to Confluent Cloud using API key
4646

47-
The ASA Kafka adapter is a librdkafka-based client, and to connect to confluent cloud, you need TLS certificates that confluent cloud uses for server auth.
47+
The ASA Kafka output is a librdkafka-based client, and to connect to confluent cloud, you need TLS certificates that confluent cloud uses for server auth.
4848
Confluent uses TLS certificates from Let’s Encrypt, an open certificate authority (CA) You can download the ISRG Root X1 certificate in PEM format on the site of [LetsEncrypt](https://letsencrypt.org/certificates/).
4949

5050
To authenticate using the API Key confluent offers, you must use the SASL_SSL protocol and complete the configuration as follows:
@@ -168,7 +168,7 @@ Visit the [Run your Azure Stream Analytics job in an Azure Virtual Network docum
168168
* The minimum version of Kafka you can configure Azure Stream Analytics to connect to is version 0.10.
169169

170170
> [!NOTE]
171-
> For direct help with using the Azure Stream Analytics Kafka adapter, please reach out to [[email protected]](mailto:[email protected]).
171+
> For direct help with using the Azure Stream Analytics Kafka output, please reach out to [[email protected]](mailto:[email protected]).
172172
>
173173
174174

0 commit comments

Comments
 (0)