KaotoIO / kaoto-ui

Frontend for the Kaoto project to provide an easy-to-use integration framework based on Apache Camel.
https://www.kaoto.io
Apache License 2.0
89 stars 44 forks source link

Support for Handlers #348

Open Delawen opened 2 years ago

Delawen commented 2 years ago

Kamelet Binding`s offer a mechanism to specify an error policy to adopt in case an event produced by a source or consumed by a sink. Through the definition of an errorHandler you will be able to apply certain logic to the failing event, such as simply logging, ignoring the event or posting the event to a Sink.

https://camel.apache.org/camel-k/1.8.x/kamelets/kameletbindings-error-handler.html

We need to support handlers like this one.

Depends on https://github.com/KaotoIO/kaoto-backend/issues/61

Delawen commented 2 years ago

https://camel.apache.org/components/3.16.x/eips/dead-letter-channel.html