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 2022/06/23 11:40:55 UTC

[GitHub] [rocketmq] lizhanhui commented on pull request #4493: Fix the default value of parameter 'sendMsgTimeout',the default value…

lizhanhui commented on PR #4493:
URL: https://github.com/apache/rocketmq/pull/4493#issuecomment-1164303723

   Maybe, we should justify the semantics of **sendMsgTimeout**.
   Previously, it attempts to limit the overall amount of time, including transparent and explicit retry.
   
   After examining multiple projects, it turns out it would be better if we could separate retry into explicit and transparent ones.  For the explicit retry, jitter in most cases is desirable.  Further, let's users specify RPC tier timeout is more reasonable.
    


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