Skip to content

Commit 4d48c30

Browse files
authored
Update kafka-output.md
fix table error
1 parent e87f83d commit 4d48c30

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
@@ -51,13 +51,13 @@ The following table lists the property names and their description for creating
5151

5252
| Property name | Description |
5353
|------------------------------|-------------------------------------------------------------------------------------------------------------------------|
54-
| Input/Output Alias | A friendly name used in queries to reference your input or output |
54+
| Input/Output Alias | A friendly name used in queries to reference your input or output |
5555
| Bootstrap server addresses | A list of host/port pairs to use for establishing the connection to the Kafka cluster. |
5656
| Kafka topic | A unit of your Kafka cluster you want to write events to. |
5757
| Security Protocol | How you want to connect to your Kafka cluster. Azure Stream Analytics supports: mTLS, SASL_SSL, SASL_PLAINTEXT or None. |
5858
| Event Serialization format | The serialization format (JSON, CSV, Avro) of the outgoing data stream. |
5959
| Partition key | Azure Stream Analytics assigns partitions using round partitioning. |
60-
| Kafka event compression type | The compression type used for outgoing data stream, such as Gzip, Snappy, Lz4, Zstd or None. | |
60+
| Kafka event compression type | The compression type used for outgoing data stream, such as Gzip, Snappy, Lz4, Zstd or None. |
6161

6262
### Limitations
6363
* When configuring your Azure Stream Analytics jobs to use VNET/SWIFT, your job must be configured with a minimum of six (6) streaming units.
@@ -77,4 +77,4 @@ The following table lists the property names and their description for creating
7777
[stream.analytics.scale.jobs]: stream-analytics-scale-jobs.md
7878
[stream.analytics.introduction]: stream-analytics-introduction.md
7979
[stream.analytics.get.started]: stream-analytics-real-time-fraud-detection.md
80-
[stream.analytics.query.language.reference]: /stream-analytics-query/stream-analytics-query-language-reference
80+
[stream.analytics.query.language.reference]: /stream-analytics-query/stream-analytics-query-language-reference

0 commit comments

Comments
 (0)