Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RocketMQ 支持主从自动切换吗?我已经在 v3.5.8 中尝试过,但它不起作用。所以,我只想问一个能给出准确答案的人
不,Rocketmq 不支持这样发送消息。
但是,当主服务器停止服务时,从服务器可以占据拉取消息的位置。并实现了自动切换到从机读取。
所以问题只存在于发送消息的场景中,如果你需要高可用的写作,请在服务中放置更多不同组名的master。