francisoliverlee edited a comment on issue #3929:
URL: https://github.com/apache/rocketmq/issues/3929#issuecomment-1064866317


   IMO
   one broker crashed, it would be better for producers immediately to retry 
anthoer broker after broker response with crash error, not block.
   how `responseFuture.waitResponse(timeoutMillis)`  does maters
   if broker crash && responseFuture.waitResponse(timeoutMillis) return 
immediately
   client can retry immediately ( good)
   
   if broker crash && responseFuture.waitResponse(timeoutMillis) wait for 
timeout
   client retry after timeout ( not good)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to