Commit 6465cf4f by Ryan Baxter

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

parent 54c052c5
...@@ -1078,6 +1078,10 @@ public class FooConfiguration { ...@@ -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]] [[spring-cloud-feign-hystrix-fallback]]
=== Feign Hystrix Fallbacks === Feign Hystrix Fallbacks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment