Skip to content

Commit c68e2e4

Browse files
Merge pull request #273460 from AliciaLiMicrosoft/patch-33
Update stream-analytics-define-kafka-input.md
2 parents 0c3e4ea + a4707a5 commit c68e2e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/stream-analytics/stream-analytics-define-kafka-input.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The following table lists the property names and their description for creating
4949
| Bootstrap server addresses | A list of host/port pairs to establish the connection to the Kafka cluster. |
5050
| Kafka topic | A named, ordered, and partitioned stream of data that allows for the publish-subscribe and event-driven processing of messages.|
5151
| Security Protocol | How you want to connect to your Kafka cluster. Azure Stream Analytics supports mTLS, SASL_SSL, SASL_PLAINTEXT or None. |
52+
| Consumer Group Id | The name of the Kafka consumer group that the input should be a part of. It will be automatically assigned if not provided. |
5253
| Event Serialization format | The serialization format (JSON, CSV, Avro, Parquet, Protobuf) of the incoming data stream. |
5354

5455
:::image type="content" source="./media/kafka/kafka-input.png" alt-text="Screenshot showing how to configure kafka input for a stream analytics job." lightbox="./media/kafka/kafka-input.png" :::

0 commit comments

Comments
 (0)