Skip to content

Commit c2a5c70

Browse files
committed
Revert "Partition strategy only used for destination confirmed"
This reverts commit bdaa474.
1 parent 2905ddd commit c2a5c70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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
@@ -790,6 +790,8 @@ The partition handling strategy controls how messages are assigned to Kafka part
790790

791791
This setting takes effect only if the endpoint is used as a destination where the dataflow is a producer.
792792

793+
<!-- TODO: double check for accuracy -->
794+
793795
By default, a dataflow assigns messages to random partitions, using a round-robin algorithm. However, you can use different strategies to assign messages to partitions based on some criteria, such as the MQTT topic name or an MQTT message property. This can help you to achieve better load balancing, data locality, or message ordering.
794796

795797
| Value | Description |

0 commit comments

Comments
 (0)