GitHub user l-7-l reopened a discussion: How can I batch-send events to different topics and partitions?
For example, a user may purchase items from multiple shops, and at checkout, these orders are merged into a single transaction for one-time payment. This transaction corresponds to multiple orders, each scoped by shop. After a successful payment, multiple order paid events are sent. Order events (such as paid, delivered, refunded, etc.) with the same order_id are sent to the same partition. Currently, batch sending only supports the same partition, which may make it impossible to guarantee the order of events. GitHub link: https://github.com/apache/iggy/discussions/2166 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
