You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2023. It is now read-only.
Hi Team, I recently noticed that HealthCheckServlet is added to application.
Assumption is anything related to state of application ( & not application itself) should be honoured at admin endpoints & not at application level.
This can be critical in the cases where application port is already heavily invoked & having health check there would put additional burden on application.
My ask is, can we register health check at admin port or at least provide way to configure it depending on user's input ?
Let me know if this sounds good & I can raise a PR.