On Fri, Nov 26, 2021 at 6:09 PM Roberto Camelk <[email protected]>
wrote:
>
> During my tests I was using the cron component, but at some moment I
> have changed my java route, commenting the 'from("cron:.....")' to
> start using a rabbitmq queue.
>
> Note, I "commented" the cron code and appended a new "from" expression...
>
> I tried multiple times to run this change (kamel run) without success.
> Each try camel-k continues to run the route using the cron expression.
> I also tried to reset the operator (kamel reset), but it continues to
> run the cron instead of use the rabbitmq source.
>
> After that I think: I will try to DELETE that commented lines that
> define the cron from the java source file.
>
> And tried to run it again, and NOW it ran correctly.
>
> Can someone explain what was occuring? The camel-k java
> compiler/interpreter evaluates comments? This was a little bizarre!
>
Hi, we are aware of the issue and in essence, the route inspector (not the
compiler) is not super smart at the moment and it sometimes get confused by
comments.
We have some plan to improve it for camel-k 2.x