Re: CamelSqlGeneratedKeyRows is not updated

2022-03-25 Thread Karen Lease
Hi, There was a similar issue a while back (CAMEL-16761). In that case, the issue occurred in a loop but I think the root cause is the same. The solution suggested by Jeremy should work; you need to insert .removeHeader("CamelSqlGeneratedKeyRows") before your second ".to("sql:INSERT..."). Rega

Re: Presenting Kaoto

2022-03-25 Thread María Arias de Reyna
Hi Bert! We are working on this now: the ability to pass this variable to the frontend without rebuilding. I hope Matej pushes it soon. Thank you! María. On Thu, Mar 24, 2022 at 11:27 AM Bert Speckels wrote: > > Looks very promising! > > I would like to give it a try and follow your further d

Re: Can I scale the Camel-K-Operator deployment?

2022-03-25 Thread ski n
You may also check KEDA: https://camel.apache.org/blog/2022/01/camel-keda/ Raymond On Fri, Mar 25, 2022 at 9:54 AM Pasquale Congiusti < pasquale.congiu...@gmail.com> wrote: > Hello there, > yes, I've created a GH issue with some hints on how to perform such > scaling: https://github.com/apache/

Re: Can I scale the Camel-K-Operator deployment?

2022-03-25 Thread Pasquale Congiusti
Hello there, yes, I've created a GH issue with some hints on how to perform such scaling: https://github.com/apache/camel-k/issues/3133 It makes sense to provide some official documentation explaining a bit more on how it works. Feel free to contribute if you can provide your experience while work