DiegoBetancourtC opened a new issue, #511:
URL: https://github.com/apache/camel-karavan/issues/511

   In my Java DSL, I have something like this:
   
   ```
    from("direct:my-route").autoStartup("{{env:MY_ENV_VAR_ONE:false}}")
              .process(new Processor() {
               ...
   ```
   
   Which gives the option to start the route based on the value of the env 
variable `MY_ENV_VAR_ONE`.
   
   I have tried Karavan but it only provides the option to turn on or off the 
Auto Startup property of the route, but no more. Is it possible to use env 
variables with this property?
   
   --
   
   I'm using Karavan in Visual Studio Code version v3.18.4 - Mac OS X


-- 
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.apache.org

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

Reply via email to