Describe the bug spring-cloud-openfeign version : 2.2.6.RELEASE feign-okhttp version: 10.10.1.jar
Missing configuration causes the okhttp3 client to be recreated on request.
ps: This is still the case with the current main branch.
Sample
create code, line 59: org.springframework.cloud.openfeign.clientconfig.OkHttpFeignConfiguration#client execute code , line 154: feign.okhttp.OkHttpClient#execute
Comment From: OlgaMaciaszek
@9talk Thanks for reporting this. Makes sense.