apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.29k stars 415 forks source link

In HA mode, the master is down and cannot be consumed from the slave #1055

Open Braveheart7854 opened 1 year ago

Braveheart7854 commented 1 year ago

I have met two conditions.

  1. The configuration slaveReadEnable is true;
  2. I didn't open the consumption of order messages. but, still fail to consume the message of slave.
francisoliverlee commented 1 year ago

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