From 9ae832f6435f9e241da0a4ab5f4490db16cd8b7f Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 26 Feb 2016 10:05:35 -0700 Subject: [PATCH] failFast should be set in bootstrap.yml --- docs/src/main/asciidoc/spring-cloud-consul.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-consul.adoc b/docs/src/main/asciidoc/spring-cloud-consul.adoc index 9e9743d4..4f8fea0e 100644 --- a/docs/src/main/asciidoc/spring-cloud-consul.adoc +++ b/docs/src/main/asciidoc/spring-cloud-consul.adoc @@ -188,7 +188,7 @@ You can change the data key using `spring.cloud.consul.config.data-key`. [[spring-cloud-consul-failfast]] == Fail Fast -It may be convenient in certain circumstances (like local development or certain test scenarios) to not fail if consul isn't available for configuration. Setting `spring.cloud.consul.config.failFast=false` will cause the configuration module to log a warning rather than throw an exception. This will allow the application to continue startup normally. +It may be convenient in certain circumstances (like local development or certain test scenarios) to not fail if consul isn't available for configuration. Setting `spring.cloud.consul.config.failFast=false` in `bootstrap.yml` will cause the configuration module to log a warning rather than throw an exception. This will allow the application to continue startup normally. [[spring-cloud-consul-retry]] == Consul Retry