Re: Kamel and Kamelets

2022-04-16 Thread Claus Ibsen
Hi Kamelets are based on route templates. Your custom code can be in a JAR and then you can call this from the kamelet where you can specify your JAR as a dependency. However you can also use local code as scripts, (groovy, or java via java-joor) see the route template docs on the website.

Kamel and Kamelets

2022-04-16 Thread Michael Rambichler
Hi guys, I am playing around with Kamel and got stuck on the following question: Is it possible to use RouteTemplates with kamel? I figured it out to define kamelets in yaml. This is fine. But I have quite complex RouteTemplates with inline processors (simple java code). 1) Is there a