Skip to content

Commit 79c2936

Browse files
committed
Confirmed
1 parent bdaa474 commit 79c2936

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,8 +839,6 @@ 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-
844842
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.
845843

846844
To configure the Kafka acknowledgments:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ 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? -->
377376

378377
# [Bicep](#tab/bicep)
379378

0 commit comments

Comments
 (0)