RobertFloor commented on issue #8729:
URL: https://github.com/apache/camel-quarkus/issues/8729#issuecomment-4620154105

   Ah thanks, that works 
   with
   ```
           
from("timer:foo?period={{timer.period}}&delay={{timer.delay}}&includeMetadata=true")
   ```
   I get 
   ```
   2026-06-04 09:54:23,701 INFO  [org.acme.kafka.Routes:32] (Camel (camel-1) 
thread #6 - KafkaProducer[test]) Message correctly sent to the topic! : 
"Message #1"
   2026-06-04 09:54:23,703 INFO  [org.acme.kafka.Routes:37] (Camel (camel-1) 
thread #5 - KafkaConsumer[test]) Received : "Message #1"
   2026-06-04 09:54:33,659 INFO  [org.acme.kafka.Routes:32] (Camel (camel-1) 
thread #7 - KafkaProducer[test]) Message correctly sent to the topic! : 
"Message #2"
   2026-06-04 09:54:33,660 INFO  [org.acme.kafka.Routes:37] (Camel (camel-1) 
thread #5 - KafkaConsumer[test]) Received : "Message #2"
   2026-06-04 09:54:43,665 INFO  [org.acme.kafka.Routes:32] (Camel (camel-1) 
thread #8 - KafkaProducer[test]) Message correctly sent to the topic! : 
"Message #3"
   2026-06-04 09:54:43,666 INFO  [org.acme.kafka.Routes:37] (Camel (camel-1) 
thread #5 - KafkaConsumer[test]) Received : "Message #3"
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to