In the observability-healthcheck.adoc file, there is a section on Readiness that is totally commented.
//== Adding Readiness
//
//We've just created a simple liveness health check procedure which states whether our application is running or not.
//Here, we will create a readiness health check which will be able to state whether our application is able to process requests.
I think we commented it because we use a DatabaseConnectionHealthCheck that is now by default on Quarkus.
So it would be nice to have this readiness section but use something different than just checking the Database Connection
In the
observability-healthcheck.adocfile, there is a section on Readiness that is totally commented.I think we commented it because we use a
DatabaseConnectionHealthCheckthat is now by default on Quarkus.So it would be nice to have this readiness section but use something different than just checking the Database Connection