squakez opened a new pull request #2217: URL: https://github.com/apache/camel-k/pull/2217
<!-- Description --> With https://github.com/apache/camel-k-runtime/pull/648 we introduced the possibility to use a new `errorHandler` source type that can be used as default error handler builder for all routes derived from the same `Integration`. With this PR we enable a new `errorHandler` field in the `KameletBinding` spec which expect an error handler Kamelet. The new Kamelet type can specify an error handler as with the traditional Camel business logic (ie examples/kamelets/error-handler/error-handler.kamelet.yaml): DLC, no-error, default. That Kamelet will be treated as the other sources, but with the new `errorHandler` type that will be used to set the default error handler, if present. <!-- Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". If no release note is required, write "NONE". You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure the text is added to the right section of the release notes. --> **Release Note** ```release-note NONE ``` -- 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