Closed blackr1234 closed 1 month ago
Using management.health.config.enabled=false
worked for me. Can you provide a sample?
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
The issue
According to the Health Indicator document page,
In reality, the actual configuration property is
spring.cloud.config.server.health.enabled=false
. As per my testing, only this configuration property will skip theconfigServer
health component, meaning that it will not callEnvironmentRepository#findOne
.Please help update the documentation accordingly, thanks.