GitHub user spetz added a comment to the discussion: How can I batch-send events to different topics and partitions?
Currently, you can make use of `Partitioning::messages_key()`, whether when using low level client or `send_with_partitioning()` in `IggyProducer`. The server will ensure that the messages having the same key, will be always appended to the same partition ID, as long as the number of partitions doesn't change. GitHub link: https://github.com/apache/iggy/discussions/2166#discussioncomment-14373110 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
