You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/08 14:42:43 UTC

[GitHub] [camel-k] astefanutti commented on issue #2819: Integration with To-D can't find Kamelet

astefanutti commented on issue #2819:
URL: https://github.com/apache/camel-k/issues/2819#issuecomment-988874220


   It should be fixed with #2822.
   
   I've successfully run your example:
   
   ```console
   $ kamel run --dev to-d-integration.yaml
   2021-12-08 10:51:37,190 INFO  [org.apa.cam.k.Runtime] (main) Apache Camel K Runtime 1.10.0
   2021-12-08 10:51:37,245 INFO  [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) Bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime
   2021-12-08 10:51:37,312 INFO  [org.apa.cam.k.lis.SourcesConfigurer] (main) Loading routes from: SourceDefinition{name='camel-k-embedded-flow', language='yaml', type='source', location='file:/etc/camel/sources/camel-k-embedded-flow.yaml', }
   2021-12-08 10:51:37,360 INFO  [org.apa.cam.k.lis.SourcesConfigurer] (main) Loading routes from: SourceDefinition{name='example-kamelet', language='yaml', type='source', location='file:/etc/camel/sources/example-kamelet.yaml', }
   2021-12-08 10:51:37,504 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup summary (total:1 started:1)
   2021-12-08 10:51:37,504 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started route1 (timer://tick)
   2021-12-08 10:51:37,504 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.12.0 (camel-1) started in 66ms (build:0ms init:55ms start:11ms)
   2021-12-08 10:51:37,509 INFO  [io.quarkus] (main) camel-k-integration 1.8.0-SNAPSHOT on JVM (powered by Quarkus 2.4.0.Final) started in 0.922s. 
   2021-12-08 10:51:37,509 INFO  [io.quarkus] (main) Profile prod activated. 
   2021-12-08 10:51:37,510 INFO  [io.quarkus] (main) Installed features: [camel-bean, camel-core, camel-k-core, camel-k-runtime, camel-kamelet, camel-log, camel-timer, camel-yaml-dsl, cdi]
   2021-12-08 10:51:38,537 INFO  [info] (Camel (camel-1) thread #0 - timer://tick) Exchange[ExchangePattern: InOnly, Properties: {CamelTimerCounter=1, CamelTimerFiredTime=Wed Dec 08 10:51:38 UTC 2021, CamelTimerName=tick, CamelTimerPeriod=25000, prop=dynamic}, Headers: {CamelMessageTimestamp=1638960698503, firedTime=Wed Dec 08 10:51:38 UTC 2021}, BodyType: null, Body: [Body is null]]
   2021-12-08 10:51:38,539 INFO  [info] (Camel (camel-1) thread #0 - timer://tick) Exchange[ExchangePattern: InOnly, Properties: {CamelTimerCounter=1, CamelTimerFiredTime=Wed Dec 08 10:51:38 UTC 2021, CamelTimerName=tick, CamelTimerPeriod=25000, prop=dynamic}, Headers: {CamelMessageTimestamp=1638960698503, firedTime=Wed Dec 08 10:51:38 UTC 2021}, BodyType: String, Body: Param1: static, Param2: dynamic]
   ```


-- 
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-unsubscribe@camel.apache.org

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