Replies: 1 comment
-
ps: 如果proxy独立部署,不再集成在broker中,则topic的message会分摊到两个broker的message Queue中。 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
2主(集成proxy部署) + 2从 + 3 namesrv(controller)环境:

每个topic为2 master分别创建16个队列,然后发送几百条消息消息,但是永远只有其中一个broker中的队列有消息:
如果client指定的proxy地址是broker-a集成的proxy,则只有broker-a的队列有消息;
如果client指定的proxy地址是broker-b集成的proxy,则只有broker-b的队列有消息;
Beta Was this translation helpful? Give feedback.
All reactions