emitter-io / emitter

High performance, distributed and low latency publish-subscribe platform.

Home Page:https://emitter.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to ensure sequential distribution of messages

wu1045718093 opened this issue · comments

How to ensure sequential distribution of messages? I don't see the relevant code logic

You can't. Emitter is a publish/subscribe platform with a very high throughput, and it shines in various use cases from IoT to games, but it's not message queue, and it cannot guarantee order of delivery.