merlimat commented on issue #4018: Support multi-host for pulsar-admin
URL: https://github.com/apache/pulsar/pull/4018#issuecomment-492399078
 
 
   > But that's what requestTimeout means in most of RPC systems or network 
based systems, no?
   > The advantage of retrying is to tolerant any network hiccups, so that 
people doesn't have to retry by their own.
   
   That's a completely different question from the multi-host vs single-host 
though. 
   
   The PR changed the behavior from fail immediately to fail later, even when 
using a single endpoint. 
   
   Also if we want to make retries, we would need to have some kind of backoff. 
Also, the retries might not always be the right thing to do (eg: in PUT, POST 
requests), in a completely automated way and for an unbound number of times.

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


With regards,
Apache Git Services

Reply via email to