Java rest client : how to retry, if network blinking?

Hi!
Low level rest client retry only case 502, 503 or 504 response statuses. I can't change retry logic when in java.net.ConnectException the request was sent to other nodes ?
Do I understand correctly ?

Could you point out in principle the possibility or impossibility of customasing retry logic?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.