diff --git a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc index 28f26e97..aa9282e7 100644 --- a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc +++ b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc @@ -425,12 +425,4 @@ public class FooConfiguration { return Logger.Level.FULL; } } ----- - OtherClass.someMethod(myprop.get()); - } -} -stripped). The proxy uses Ribbon to locate an instance to forward to -via discovery, and all requests are executed in a -<>, so -failures will show up in Hystrix metrics, and once the circuit is open -the proxy will not try to contact the service. +---- \ No newline at end of file