Hi folks,

when running a simple Camel-K route like

from('timer:tick?period=3000')
.setBody().constant('Hello world from Camel K')
.to('log:info')

the memory consumption is around 192 MByte on k8s.

Could this be compiled for GraalVM and deployed to reduce the memory footprint? 
It's better to have the route as Java instead?

Best
Gerald

Reply via email to