-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Description
We have recently upgraded our microservices platform to use Spring-Boot 2.3 and are making use of the new functionality around liveness & readiness health checks. In general it seems to be working well 👍
A number of our microservices use ArangoDB as a backing store. I would like these microservices to include Arango availability in their readiness checks, and this is not currently supported out-of-the-box by spring-boot-actuator
.
To this end I intend to follow the guidelines at https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#writing-custom-healthindicators
However it occurred to me that this would be potentially useful for the broader Spring community so I thought I would ask whether you would consider a submission of a pull request to spring-boot-actuator
to add this functionality, or if you would prefer to leave that outside the project.