Added warning to the docs about the change in default behavior.

This commit is contained in:
Ryan Baxter
2017-03-01 13:15:11 -05:00
parent 54c052c5eb
commit 6465cf4f3e

View File

@@ -1078,6 +1078,10 @@ public class FooConfiguration {
}
----
WARNING: Prior to the Spring Cloud Dalston release, if Hystrix was on the classpath Feign would have wrapped
all methods in a circuit breaker by default. This default behavior was changed in Spring Cloud Dalston in
favor for an opt-in approach.
[[spring-cloud-feign-hystrix-fallback]]
=== Feign Hystrix Fallbacks