How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to disable retries for Apache HttpClient 5-based RestClient?

calendar_today July 20, 2026 person AlexElin domain spring-boot

When I have the Apache HttpClient 5 on classpath, then Spring Boot RestClient.Builder bean (from RestClientAutoConfiguration ) produces RestClient s which have retries enabled ( HttpRequestRetryExec from the apache client). How to disable enabling of retries? P.S.

open_in_new Read original post