Re: Camel language

2022-05-21 Thread Vyacheslav Boyko
How do you think about the Camel now can invoke bean processing which can be implemented in the "core" language (Java, Kotlin, Groove)? How to deal with: from("...")   .bean(aBean, "aMethod") ? On 5/20/22 16:49, ski n wrote: Some Friday afternoon thoughts... on the Camel DSL and Camel Workflo

Re: Camel language

2022-05-21 Thread ski n
Generally I would like to avoid beans/processors/scripts and would rather solve things with solutions/constructs within Camel. Using the DSL and EIP avoids a lot of possible bugs. In my experience integrations bugs are often introduced in the custom code part. That said now you can already call a