Claus Ibsen created CAMEL-15134:
-----------------------------------
Summary: camel health - Remove HealthCheckRepository and routes
check
Key: CAMEL-15134
URL: https://issues.apache.org/jira/browse/CAMEL-15134
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.4.0
Lets simplify the health check api and the default implementations.
The routes check is overlapping what monitoring systems can do by checking and
reporting on metrics, such as if N errors within last Y minute then YELLOW etc.
This job is better handled by those tools, than Camel.
So the health checks become a basic API that are invoked on demand (ala spring
boot acutators).
And then we only need one kind of registry so removing the additional
repository layer.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)