Skip to content

Commit b1f0b31

Browse files
committed
Consumer ID detail
1 parent ed0999d commit b1f0b31

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-dataflow-profile.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ ms.date: 08/29/2024
1717

1818
By default, when you deploy Azure IoT Operations, a dataflow profile is created with default settings. You can configure the dataflow profile to suit your needs.
1919

20-
<!-- TODO: link to reference docs -->
21-
2220
## Default dataflow profile
2321

2422
By default, a dataflow profile named "default" is created when Azure IoT Operations is deployed.

articles/iot-operations/connect-to-cloud/howto-configure-kafka-endpoint.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,10 @@ kubectl create configmap client-ca-configmap --from-file root_ca.crt -n azure-io
672672

673673
### Consumer group ID
674674

675-
The consumer group ID is used to identify the consumer group that the dataflow uses to read messages from the Kafka topic. The consumer group ID must be unique within the Kafka broker.
675+
The consumer group ID is used to identify the consumer group that the dataflow uses to read messages from the Kafka topic. The consumer group ID must be unique within the Kafka broker.
676+
677+
> [!IMPORTANT]
678+
> When the Kafka endpoint is used as [source](howto-create-dataflow.md#source), the consumer group ID is required. Otherwise, the dataflow can't read messages from the Kafka topic, and you get an error "Kafka type source endpoints must have a consumerGroupId defined".
676679

677680
# [Portal](#tab/portal)
678681

@@ -696,8 +699,6 @@ spec:
696699

697700
---
698701

699-
<!-- TODO: check for accuracy -->
700-
701702
This setting takes effect only if the endpoint is used as a source (that is, the dataflow is a consumer).
702703

703704
### Compression

0 commit comments

Comments
 (0)