Does RocketMQ support master-slave auto switch? I have try it in v3.5.8, but it does not work. So, i just want ask someone who can gave accuracy answer
Asked
Active
Viewed 260 times
2 Answers
2
No, Rocketmq does not support this for sending messages.
Howerver, slave can take the position for pulling messages when master is out of service. And auto switch to slave for reading has been implemented.
So problems only exist in the scenario of sending messsages, if you need to have high-availability on writing, please put more master with diffrent group name in service.

JaskeyLam
- 15,405
- 21
- 114
- 149