We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d7329 commit 82175d1Copy full SHA for 82175d1
docs/src/main/asciidoc/spring-cloud-commons.adoc
@@ -363,7 +363,7 @@ for details of how the `RestTemplate` is set up.
363
364
A load balanced `RestTemplate` can be configured to retry failed requests.
365
By default this logic is disabled, you can enable it by setting
366
-`spring.cloud.loadbalancer.retry=true`. The load balanced `RestTemplate` will
+`spring.cloud.loadbalancer.retry.enable=true`. The load balanced `RestTemplate` will
367
honor some of the Ribbon configuration values related to retrying failed requests.
368
The properties you can use are `client.ribbon.MaxAutoRetries`,
369
`client.ribbon.MaxAutoRetriesNextServer`, and `client.ribbon.OkToRetryOnAllOperations`.
0 commit comments