Skip to content

Commit 2905ddd

Browse files
committed
Revert "Confirmed"
This reverts commit 79c2936.
1 parent 79c2936 commit 2905ddd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,8 @@ This setting takes effect only if the endpoint is used as a destination (that is
839839
| `One` | The dataflow waits for the message to be written to the leader partition and at least one follower partition. |
840840
| `Zero` | The dataflow waits for the message to be written to the leader partition but doesn't wait for any acknowledgments from the followers. This is faster than `One` but less durable. |
841841

842+
<!-- TODO: double check for accuracy -->
843+
842844
For example, if you set the Kafka acknowledgement to `All`, the dataflow waits for the message to be written to the leader partition and all follower partitions before sending the next message.
843845

844846
To configure the Kafka acknowledgments:

articles/iot-operations/connect-to-cloud/tutorial-mqtt-bridge.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ To verify the MQTT bridge is working, deploy an MQTT client to the same namespac
373373

374374

375375
<!-- TODO: put this in the explore-iot-operations repo? -->
376+
<!-- TODO: make the service account part of the YAML? -->
376377

377378
# [Bicep](#tab/bicep)
378379

0 commit comments

Comments
 (0)