You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This text states: A load-balanced RestTemplate can be configured to retry failed requests. By default, this logic is disabled. For the non-reactive version (with RestTemplate), you can enable it by adding Spring Retry to your application’s classpath. For the reactive version (with WebTestClient), you need to set spring.cloud.loadbalancer.retry.enabled=false.
I assume that the correct version would be (since we want to enable retry logic): you need to set spring.cloud.loadbalancer.retry.enabled=true.
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems that current version of Spring Cloud Commons 3.0.0 contains a misspelling:
https://docs.spring.io/spring-cloud-commons/docs/3.0.0-SNAPSHOT/reference/html/#rest-template-loadbalancer-client
This text states:
A load-balanced RestTemplate can be configured to retry failed requests. By default, this logic is disabled. For the non-reactive version (with RestTemplate), you can enable it by adding Spring Retry to your application’s classpath. For the reactive version (with WebTestClient), you need to set spring.cloud.loadbalancer.retry.enabled=false
.I assume that the correct version would be (since we want to enable retry logic):
you need to set spring.cloud.loadbalancer.retry.enabled=true.
The text was updated successfully, but these errors were encountered: