consis-queue
v0.0.1-alpha.6
Published
**ConsisQueue** is an in-memory message queue that guarantees that messages with the same key are processed in order by a single consumer. There is no limitation of partitions like in Apache Kafka. Messages for each key can be processed in parallel.
Downloads
420
Readme
consis-queue
ConsisQueue is an in-memory message queue that guarantees that messages with the same key are processed in order by a single consumer. There is no limitation of partitions like in Apache Kafka. Messages for each key can be processed in parallel.
TODO
- Static membership
- Horizontal scalability through consistent hashing
- Persistence