jamesnetherton commented on issue #3078:
URL: https://github.com/apache/camel-quarkus/issues/3078#issuecomment-923634770


   > At the moment we have to remove all the Camel functionality
   
   Since Quarkus 2.x you can toggle live reloads by pressing `l`, and if you 
need to, force a restart with `s`. That's one way that would enable you to keep 
the Camel functionality.
   
   > implement triggering a scan when a message passes any route
   
   The problem with that for some scenarios is that you have to send messages 
to 'stale' endpoints to trigger the reload. E.g if I start with 
`from("file:/foo")` and update it to `from("file:/bar")`, I'd have to drop a 
file into `/foo` for the reload to trigger.
   
   


-- 
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