Claus Ibsen created CAMEL-16977:
-----------------------------------
Summary: camel-core - Transient vs business errors
Key: CAMEL-16977
URL: https://issues.apache.org/jira/browse/CAMEL-16977
Project: Camel
Issue Type: New Feature
Components: camel-core
Reporter: Claus Ibsen
Fix For: 3.x
We should have some logic in camel-support / camel-core that allows to
determine if an exception is transient or business.
A transient is a networking error, where you may want to try again in a bit
later.
A business error is UserNotFoundException or something of that sorts.
We could have some shared logic in camel-support that attempts to categorize a
Exception. And allow end users to plugin custom logic if needed.
This can be used in health-checks to determine if a Camel app is healthy or not.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)