aftersss opened a new pull request #1196: Client should retry send when broker return SYSTEM_BUSY. URL: https://github.com/apache/rocketmq/pull/1196 When we send message to broker, We meet the following problem: sometimes the broker return ResponseCode.SYSTEM_BUSY, then send will fail immediately. I think in this situation, the client should try to send again(to any of the other brokers in the cluster, the same broker is also OK), because quite possibly, the other broker is not busy.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
