From e606cc527e1198053b9ee058f64f77bf4b34e5d5 Mon Sep 17 00:00:00 2001 From: Siavash Shaghafi Date: Thu, 23 May 2019 04:55:27 -0700 Subject: [PATCH] adds caution about property name case-sensitivity (#3533) * adds caution about property name case-sensitivity * applies review suggestion --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index 4b6717d2d..181a4a171 100755 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -2129,6 +2129,8 @@ See the https://github.com/Netflix/ribbon/wiki/Getting-Started#the-properties-fi WARNING: Enabling `client.ribbon.OkToRetryOnAllOperations` includes retrying POST requests, which can have an impact on the server's resources, due to the buffering of the request body. +CAUTION: The property names are case-sensitive, and since some of these properties are defined in the Netflix Ribbon project, they are in Pascal Case and the ones from Spring Cloud are in Camel Case. + In addition, you may want to retry requests when certain status codes are returned in the response. You can list the response codes you would like the Ribbon client to retry by setting the `clientName.ribbon.retryableStatusCodes` property, as shown in the following example: