rocketmq-client-go
rocketmq-client-go copied to clipboard
In HA mode, the master is down and cannot be consumed from the slave
I have met two conditions.
- The configuration slaveReadEnable is true;
- I didn't open the consumption of order messages. but, still fail to consume the message of slave.
try debug it , from code to see it support consume from slave https://github.com/apache/rocketmq-client-go/blob/master/internal/route.go#L252-L311