robertofabrizi commented on issue #4200:
URL: https://github.com/apache/camel-k/issues/4200#issuecomment-1495619711

   > @robertofabrizi it would be good to get some reproducer. Basically we are 
asking for the route you're running in order to try reproduce ourselves the 
error on our end.
   
   Dear @squakez , in my previous post I shared the versions of the various 
components that I'm running and also the route and the command to fire it up:
   
   > cat hello.groovy
   > from('timer:tick?period=3000').setBody().constant('Hello world from Camel 
K').to('log:info')
   > 
   > kamel run -t builder.properties="quarkus.native.native-image-xmx=16g" -t 
builder.verbose=true --trait=quarkus.package-type=native hello.groovy --dev
   
   Pardon me if you meant something else with the route.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to