KaotoIO / kaoto

Next version of the UI of the Kaoto project
Apache License 2.0
22 stars 21 forks source link

Route configuration - missing error handler option #1173

Open tplevko opened 1 week ago

tplevko commented 1 week ago

Describe the Bug

The Route Configuration resource type in Kaoto provides options to configure it with intercept, interceptFrom, interceptSendToEndpoint, onException, onCompletion.

The resource should be configurable also with Error Handler according to the camel documentation.

Steps to Reproduce the Bug or Issue

  1. create new Route Configuration resource
  2. on this resource - select "add branch"
  3. see the "Error handler" is missing in the displayed options

Screenshots or Videos

Provided options: Screenshot from 2024-06-19 12-14-04

camel documentation: Screenshot from 2024-06-19 12-13-51

Platform