消费者负载均衡有些疑惑
#8588
Replies: 2 comments 1 reply
-
可以去了解一下 rocketmq 中的 rebalance 机制 |
Beta Was this translation helpful? Give feedback.
1 reply
-
你说的这种情况确实存在 @xhrg
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
rocketmq的消费者负载均衡,是通过多个节点维护同一个算法,让各自计算得到不同的queue然后去拉消息。
请问是否存在一种情况,2个节点因为时间先后,算到同一个queue,那这种情况下,会怎么样,rocketmq是如何解决该问题的。
Beta Was this translation helpful? Give feedback.
All reactions