Re: Call Kamelet from another kamelet

2024-12-07 Thread Rohan Emmanuel
Yes..i can also confirm that this doesn't work. But confused about the explanation provided in this mail chain. Is this planned to be fixed in the future releases? On Fri, 6 Dec 2024, 12:48 pm Mikael Koskinen, wrote: > Hi, > > From my testing, this hasn't changed in the latest versions. Meaning

Re: Call Kamelet from another kamelet

2024-12-05 Thread Mikael Koskinen
Hi, >From my testing, this hasn't changed in the latest versions. Meaning calling a kamelet from a kamelet doesn't work. Though Claus' comment make it sound that in theory it should be working so maybe this requires just a small fix. tiistai 3. joulukuuta 2024 Rohan Emmanuel kirjoitti: > @pasqu

Re: Call Kamelet from another kamelet

2024-12-03 Thread Rohan Emmanuel
@pasqualre congiusti: I came across this discussion thread and wanted to confirm if it's still possible to achieve this. @claus: Thanks for the reply. I tried that approach, but it didn't work for me. I am on Camel 4.4.0. I get an error saying the Kamelot is not found, but I am able to invoke the

Re: Call Kamelet from another kamelet

2024-12-03 Thread Pasquale Congiusti
Errata link: https://lists.apache.org/thread/22bzj6ghxhjdffgv06zz2pcg9htz99mo On Tue, Dec 3, 2024 at 5:07 PM Pasquale Congiusti < pasquale.congiu...@gmail.com> wrote: > Hello, > this question pops up from time to time [1]. I recall that was something > not doable in the previous versions of Camel

Re: Call Kamelet from another kamelet

2024-12-03 Thread Pasquale Congiusti
Hello, this question pops up from time to time [1]. I recall that was something not doable in the previous versions of Camel. However, I don't know if this is no longer the case or which would be the mechanisms required to introduce such a recursiveness. Definitely it is good to know if this is som

Re: Call Kamelet from another kamelet

2024-12-03 Thread Claus Ibsen
Hi Its just like another component. You can pass parameters via uri etc to("kamelet:second?foo=blah&cid=1234") On Tue, Dec 3, 2024 at 4:26 PM Rohan Emmanuel wrote: > hi, > is it possible to call another kamelet from a kamelet? > i was looking to invoke my custom kamelet from my another kame

Call Kamelet from another kamelet

2024-12-03 Thread Rohan Emmanuel
hi, is it possible to call another kamelet from a kamelet? i was looking to invoke my custom kamelet from my another kamelet. is this supported? how to pass properties from one kamelet to another? can anyone point me to the docs/examples? any help would be appreciated. -- Regards, Rohan Emmanuel