Open
Description
Java 11
Spring Boot 2.3.10.RELEASE
Spring Cloud Hoxton.SR11
Spring Retry 1.2.5.RELEASE
When I create FeignClient with attribute url
, load balancer retry doesn't work. In the previous version (Hoxton.SR10) it worked.
Sample: DemoFeignNotRetryApplicationTests
correctRetry
test shows that FeignClient without url
was retried.
retryDoesNotWork
test shows that FeignClient with url
wasn't retried.
I think it related to RetryableFeignBlockingLoadBalancerClient does not respect 'url' parameter of @FeignClient.
@OlgaMaciaszek Could you please check?
Thank you!