You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/06/23 16:10:16 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #767: Route trait does not work if route.auto is set to false

lburgazzoli opened a new issue #767: Route trait does not work if route.auto is set to false
URL: https://github.com/apache/camel-k/issues/767
 
 
   When the `route` trait is executed with `auto` set to true, [it looks-up a service to expose ](https://github.com/apache/camel-k/blob/master/pkg/trait/route.go#L60) but if automatic configuration is disabled, then the trait will fails in any case as there's no way to configure the service to use.
   
   We should either remove the `auto` option from the trait or add an option to configure the service to use.
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services