Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Unknown
Description
Add a health check API to camel-core so this API can be queried from Java / JMX / spring-boot etc. so users can easily get a health check. This can be used for liveness/readiness checks for their Camel apps.
The API should allow optional support for components to implement custom logic for health check. So a FTP component can connect to a FTP server and do a FTP list etc. A JDBC component does a SQL query, and so on.
Attachments
Issue Links
- is depended upon by
-
CAMEL-10022 add a Spring Boot HealthIndicator to check that all camel contexts have started up and all the routes started OK
- Resolved
-
CAMEL-11199 Service Call : provides an ServiceHealthFilter that leverages PingChek/HealthCheck APIs
- Resolved
-
CAMEL-11684 HealthCheck : expose health check info through JMX
- Resolved
- relates to
-
CAMEL-10320 Provide a LeaderPolicy to ease the implementation of master/slave route/context
- Resolved
-
CAMEL-10795 PingCheck API
- Resolved
-
CAMEL-10793 camel cloud: expose routes as a service
- Resolved