This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 711ab31 Camel 14935 kafka exception (#3877)
add 1381b1d CAMEL-15081: camel-helath - Allow supervising route
controller to mark routes that was exhausted as DOWN or UNKNOWN health check
status.
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/camel/spi/RouteError.java | 5 ++++
.../camel/spi/SupervisingRouteController.java | 20 +++++++++++++++
.../camel/impl/engine/DefaultRouteError.java | 20 +++++++++++----
.../engine/DefaultSupervisingRouteController.java | 18 +++++++++++++
.../org/apache/camel/core/xml/routeController.json | 1 +
.../core/xml/AbstractCamelContextFactoryBean.java | 4 +++
.../core/xml/CamelRouteControllerDefinition.java | 15 +++++++++++
.../apache/camel/impl/health/RouteHealthCheck.java | 9 ++++++-
.../MainConfigurationPropertiesConfigurer.java | 5 ++++
.../camel-main-configuration-metadata.json | 1 +
.../camel/main/DefaultConfigurationConfigurer.java | 1 +
.../camel/main/DefaultConfigurationProperties.java | 30 ++++++++++++++++++++++
12 files changed, 123 insertions(+), 6 deletions(-)