oscerd opened a new pull request #653: URL: https://github.com/apache/camel-kafka-connector/pull/653
Related to #407 This is just a beginning: we have two strategy 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. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org