Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.20.0
-
Component/s: camel-core
-
Labels:
-
Estimated Complexity: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-11199 Service Call : provides an ServiceHealthFilter that leverages PingChek/HealthCheck APIs
-
- Open
-
-
CAMEL-10022 add a Spring Boot HealthIndicator to check that all camel contexts have started up and all the routes started OK
-
- 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
-