Question?
@LoadBalanced "WebClient" does not have spring-retry LoadBalancer support just like "RestTemplate.
ReactiveLoadBalancerAutoConfiguration does not have any implementation of Spring RetryTemplate just like LoadBalancerAutoConfiguration.
Can you please help to understand if this feature is missed or do we have any other approach to handle LB retry for WebClient?
If there is a different way to handle Spring RetryTemplate with @LoadBalanced WebClient; then please let me know?
And,
If this feature is a miss; then please confirm the same and also what would be the plan to include this?
Thanks!!
Question?
@LoadBalanced "WebClient" does not have spring-retry LoadBalancer support just like "RestTemplate.
ReactiveLoadBalancerAutoConfiguration does not have any implementation of Spring RetryTemplate just like LoadBalancerAutoConfiguration.
Can you please help to understand if this feature is missed or do we have any other approach to handle LB retry for WebClient?
If there is a different way to handle Spring RetryTemplate with @LoadBalanced WebClient; then please let me know?
And,
If this feature is a miss; then please confirm the same and also what would be the plan to include this?
Thanks!!