Add property to disable spring cloud circuit breaker for hystrix

This commit is contained in:
Ryan Baxter
2019-10-31 16:42:59 -04:00
parent 9a2b254d0c
commit 2208011dd3
2 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
include::_attributes.adoc[]
=== Disabling Spring Cloud Circuit Breaker Hystrix
You can disable the auto-configuration by setting `spring.cloud.circuitbreaker.hystrix.enabled`
to `false`.
=== Configuring Hystrix Circuit Breakers