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 2020/11/27 10:04:45 UTC

[GitHub] [rocketmq] coder-zzzz opened a new issue #2459: [DOC]best_practice describe sendAsyncFailed error

coder-zzzz opened a new issue #2459:
URL: https://github.com/apache/rocketmq/issues/2459


   the https://github.com/apache/rocketmq/blob/master/docs/cn/best_practice.md said 
   1.2 消息发送失败处理方式
   Producer的send方法本身支持内部重试,重试逻辑如下:
   
   至多重试2次(同步发送为2次,异步发送为0次)。
   
   but https://github.com/apache/rocketmq/blob/734834cb560a341dd03f1c738974bc5656e04c87/docs/cn/client/java/API_Reference_DefaultMQProducer.md with retryTimesWhenSendFailed (default 2) 
   
   and the code also show it will resend message when send failed by async mode 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq] RongtongJin closed issue #2459: [DOC]best_practice describe sendAsyncFailed error

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #2459:
URL: https://github.com/apache/rocketmq/issues/2459


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq] duhenglucky commented on issue #2459: [DOC]best_practice describe sendAsyncFailed error

Posted by GitBox <gi...@apache.org>.
duhenglucky commented on issue #2459:
URL: https://github.com/apache/rocketmq/issues/2459#issuecomment-735885966


   @coder-zzzz Would you like to pull a request to fix this doc?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq] coder-zzzz commented on issue #2459: [DOC]best_practice describe sendAsyncFailed error

Posted by GitBox <gi...@apache.org>.
coder-zzzz commented on issue #2459:
URL: https://github.com/apache/rocketmq/issues/2459#issuecomment-736161484


   > @coder-zzzz Would you like to pull a request to fix this doc?
   
   ok


----------------------------------------------------------------
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:
users@infra.apache.org