You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/08 02:09:51 UTC

[GitHub] [rocketmq-client-go] HYY-yu commented on issue #736: [Master] If a broker down, There will be problems with the retry strategy for a while

HYY-yu commented on issue #736:
URL: https://github.com/apache/rocketmq-client-go/issues/736#issuecomment-962750250


   看到rocketmq的文档中有写:
   [https://github.com/apache/rocketmq/blob/master/docs/cn/best_practice.md](best_practice)
   
   ```
   1.2 消息发送失败处理方式
   Producer的send方法本身支持内部重试,重试逻辑如下:
   
   - 至多重试2次。
   - 如果同步模式发送失败,则轮转到下一个Broker,如果...
   ```
   
   所以内部的重试逻辑应该是要考虑broker的切换的。


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org