File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ http-remoting clients (both Retrofit2 and JaxRs) handle the above error codes an
389
389
* `throttle`: reschedule the request with a delay: either the indicated `Retry-After` period, or a configured
390
390
exponential backoff
391
391
* `retryOther`: retry the request against the indicated service node; all request parameters and headers are maintained
392
- * `unavailable`: retry the same host after a configurable exponential delay
392
+ * `unavailable`: retry the request on a different host after a configurable exponential delay
393
393
394
394
Additionally, connection errors (e.g., `connection refused` or DNS errors) yield a retry against a different node of the
395
395
service. Retries pick a target host by cycling through the list of URLs configured for a Service (see
You can’t perform that action at this time.
0 commit comments