[
https://issues.apache.org/jira/browse/CAMEL-15133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434714#comment-17434714
]
Claus Ibsen edited comment on CAMEL-15133 at 11/4/21, 9:29 AM:
---------------------------------------------------------------
- discovery via id-health-check classpath scanning *DONE*
- health-check spi annotation to mark custom classes *DONE*
- auto generate service discovery file from annotation
- route health check to use custom components if present *DONE*
- scheduled poll consumer default health check that checks if last X poll had
error or not *DONE*
- detailed error message on health check result *DONE*
- easier to lookup health check by id *DONE*
- add consumer as health-check group so you can turn it on|off more easily
*WONT FIX*
- add option to camel-health to make it easy to turn on|off consumer checks for
routes
was (Author: davsclaus):
- discovery via id-health-check classpath scanning *DONE*
- health-check spi annotation to mark custom classes *DONE*
- auto generate service discovery file from annotation
- route health check to use custom components if present *DONE*
- scheduled poll consumer default health check that checks if last X poll had
error or not *DONE*
- detailed error message on health check result *DONE*
- easier to lookup health check by id *DONE*
- add consumer as health-check group so you can turn it on|off more easily
> camel health - Discover custom health checks from classpath
> -----------------------------------------------------------
>
> Key: CAMEL-15133
> URL: https://issues.apache.org/jira/browse/CAMEL-15133
> Project: Camel
> Issue Type: Improvement
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.13.0
>
>
> We can look at making writing custom HealthCheck be discoverable from
> classpath, so they can be automatic installed.
> You can then build checks for Camel components (check ala spring boot
> actuators) that can be registered in health check registry.
> And then if you run on spring boot, they can become adapted to spring boot
> actuators.
> And for camel-main and camel-quarkus then we can look at using
> microprofile-health.
> This need some more thought at first. Also this should be configurable to
> turn on|off, and maybe a way to configure each health checks. And have some
> tool that can generate documentation about the checks and their options. And
> then we need reflection free configuration (via configurer classes) and so on.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)