Skip to content

Commit bdaa474

Browse files
committed
Partition strategy only used for destination confirmed
1 parent b1f0b31 commit bdaa474

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
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
@@ -790,8 +790,6 @@ 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-
795793
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.
796794

797795
| Value | Description |

0 commit comments

Comments
 (0)