Skip to content

Commit 9bfcaa6

Browse files
committed
Fix blocking issues
1 parent 1ba340f commit 9bfcaa6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

articles/iot-operations/connect-to-cloud/howto-dataflow-graphs-topic-routing.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ Some scenarios require messages to arrive on different MQTT topics depending on
2121

2222
A map transform can write to message metadata, including the MQTT topic, by using the `$metadata.topic` output path. The destination then uses the `${outputTopic}` variable to publish to whatever topic the transform set.
2323

24-
```
25-
Source ──→ Map transform (sets $metadata.topic) ──→ Destination (publishes to ${outputTopic})
26-
```
27-
2824
Two pieces work together:
2925

3026
1. **Inside the transform**: A map rule writes a string value to `$metadata.topic`.
@@ -157,12 +153,6 @@ spec:
157153
158154
If you need different transformations on each path (not just a different topic), use a branch transform to split the flow, a map transform on each arm to set the topic and apply path-specific rules, and a concat transform to merge the paths.
159155
160-
```
161-
┌── true ──→ Map (topic = alerts) ─┐
162-
Source ──→ Branch ($1>1000) ├──→ Concat ──→ Destination
163-
└── false ──→ Map (topic = historian) ─┘
164-
```
165-
166156
# [Operations experience](#tab/portal)
167157
168158
In the Operations experience:

0 commit comments

Comments
 (0)