@@ -51,13 +51,13 @@ The following table lists the property names and their description for creating
51
51
52
52
| Property name | Description |
53
53
| ------------------------------| -------------------------------------------------------------------------------------------------------------------------|
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 |
55
55
| Bootstrap server addresses | A list of host/port pairs to use for establishing the connection to the Kafka cluster. |
56
56
| Kafka topic | A unit of your Kafka cluster you want to write events to. |
57
57
| Security Protocol | How you want to connect to your Kafka cluster. Azure Stream Analytics supports: mTLS, SASL_SSL, SASL_PLAINTEXT or None. |
58
58
| Event Serialization format | The serialization format (JSON, CSV, Avro) of the outgoing data stream. |
59
59
| 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. |
61
61
62
62
### Limitations
63
63
* 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
77
77
[ stream.analytics.scale.jobs ] : stream-analytics-scale-jobs.md
78
78
[ stream.analytics.introduction ] : stream-analytics-introduction.md
79
79
[ 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