Skip to content

Commit 1cd84a6

Browse files
committed
Revert "Consumer ID detail"
This reverts commit b1f0b31.
1 parent c2a5c70 commit 1cd84a6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ 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+
2022
## Default dataflow profile
2123

2224
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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,10 +672,7 @@ 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.
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".
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.
679676

680677
# [Portal](#tab/portal)
681678

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

700697
---
701698

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

704703
### Compression

0 commit comments

Comments
 (0)