Proxy Local部署模式下关于消息顺序性的疑问点 #8768
Unanswered
wanghaiyang1221
asked this question in
Q&A
Replies: 1 comment
-
老兄,你这边5.3.0版本的porxy使用local模式的时候,客户端发送消息可以成功吗。我这边遇到发送消息 : task was cancelled |
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.
-
在5.3.0版本下,采用Proxy Local部署方式时,关于顺序消息一致性问题:
疑问:正如orderTopicConf配置的初衷所示,它是为了防止Broker节点掉线导致消息分发到不同的队列,保证了严格顺序而不是可用性,但在Proxy Local部署方式下,没有利用这一配置,那么是否会出现Broker节点掉线而导致消息分发到不同的队列这一情况呢?还是我有哪些点没有注意到?
Beta Was this translation helpful? Give feedback.
All reactions