diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc index eed5f2784..e97bf0fac 100644 --- a/docs/src/main/asciidoc/_configprops.adoc +++ b/docs/src/main/asciidoc/_configprops.adoc @@ -18,6 +18,7 @@ |management.endpoint.hystrix.stream.enabled | true | Whether to enable the hystrix.stream endpoint. |management.metrics.binders.hystrix.enabled | true | Enables creation of OK Http Client factory beans. |ribbon.eureka.enabled | true | Enables the use of Eureka with Ribbon. +|spring.cloud.circuitbreaker.hystrix.enabled | true | Enables auto-configuration of the Hystrix Spring Cloud CircuitBreaker API implementation. |spring.cloud.loadbalancer.ribbon.enabled | true | Causes `RibbonLoadBalancerClient` to be used by default. |zuul.ribbon-isolation-strategy | | |zuul.ribbon.eager-load.enabled | false | Enables eager loading of Ribbon clients on startup.