Add warning for eureka healthcheck.

fixes gh-1276
parent d04df564
...@@ -168,6 +168,8 @@ eureka: ...@@ -168,6 +168,8 @@ eureka:
enabled: true 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 If you require more control over the health checks, you may consider
implementing your own `com.netflix.appinfo.HealthCheckHandler`. implementing your own `com.netflix.appinfo.HealthCheckHandler`.
......
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