Why is quarkus datasource health-exclude a build-time option? #54896
shawkins
started this conversation in
Design Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Datasources can be active or inactive based upon runtime settings, but can only be excluded from the healthcheck via a build-time option. It looks like the only place that health-exclude is currently consumed is the DataSourceHealthCheck.init - in a very similar manner to the check for active datasources. Could health-exclude be changed to a runtime option?
All reactions