1

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

yangzhijia
  • 41
  • 4

2 Answers2

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
0

you can use Rocketmq Version 5.0.0