sunwuxiang commented on issue #8997:
URL: https://github.com/apache/rocketmq/issues/8997#issuecomment-2510519322

   8169这个是异步,这是两个事:
   
1、同步的重试次数我觉得是有必要的,对有问题的节点,就是要快速失败,比如我最大2秒超时,我可以把一次请求的超时设置成1秒,这样我设置重试次数是2次,那么最大就是2秒超时。否则就解决不了broker挂掉的问题
   
   2、异步现在虽然有重试次数,但是好像没用,现在只能在回调里做重试逻辑
   
   另外我也发现同步有1%的概率,同步请求达到了1秒以上的处理时间,不知道rocketmq为什么同步发送会这么慢


-- 
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: commits-unsubscr...@rocketmq.apache.org

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

Reply via email to