-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kamelet-binding : suport for error handling #1941
Comments
/cc @nicolaferraro |
I am having a look at it |
Is there wat to distinguish types of errors that might trigger an error handler in the first place?
Some examples that come to my mind to further illustrate this:
If we could tell the difference between types of errors, we could supply more tailored error handling strategies (i.e. multiple error handlers) Food for thought. |
Not sure about the underlying details of Camel, but we may think of giving the user the possibility to chose what to do based on the specific exception caught. Maybe the same try-catch could work out of the box if used in the |
We should support setting-up an error handler, like:
The text was updated successfully, but these errors were encountered: