Browse Source

Add warning for eureka healthcheck.

fixes gh-1276
pull/6/head
Spencer Gibb 9 years ago
parent
commit
fa508a2c7e
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      docs/src/main/asciidoc/spring-cloud-netflix.adoc

2
docs/src/main/asciidoc/spring-cloud-netflix.adoc

@ -168,6 +168,8 @@ eureka: @@ -168,6 +168,8 @@ eureka:
enabled: true
----
WARNING: `eureka.client.healthcheck.enabled=true` should only be set in `application.yml`. Setting the value in `bootstrap.yml` will cause undesirable side effects like registering in eureka with an `UNKNOWN` status.
If you require more control over the health checks, you may consider
implementing your own `com.netflix.appinfo.HealthCheckHandler`.

Loading…
Cancel
Save