kubemq-io / kubemq-community

KubeMQ is a Kubernetes native message queue broker

Home Page:https://kubemq.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to guarantee the order of messages?

shangjin92 opened this issue · comments

If there are multi consumer within one consumer group, how to guarantee the order of message consuming? Like kafka's topic partition, each partition can be listened by each consumer, message can be hashed to special partition.

The messages are ordered by default

The messages are ordered by default

So whether the messages in queue can be consumed orderly, when there are multi consumer in one consumer group.