Skip to content
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

Error handling 1st part #653

Merged
merged 2 commits into from Oct 30, 2020
Merged

Error handling 1st part #653

merged 2 commits into from Oct 30, 2020

Conversation

oscerd
Copy link
Contributor

@oscerd oscerd commented Oct 30, 2020

Related to #407

This is just a beginning: we have two strategies for error handling at Camel level, "no" and "default", the first won't do anything, the second will do just like the defaultErrorHandler, but we have now the option to set the number of redelivery and redelivery delay.

In ckc we'll have to deal with two-level error handling: the Camel level and Kafka connect level. While the kc stuff is more or less already built-in with the kc options, for Camel we may need to find a way to specify a list of possible exceptions and inject them through the configuration.

I don't believe we need a transactionalErrorHandler in ckc.

@oscerd oscerd merged commit 44d5a6d into master Oct 30, 2020
@oscerd oscerd deleted the error-handling branch October 30, 2020 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant