Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Route trait does not work if route.auto is set to false #767

Closed
lburgazzoli opened this issue Jun 23, 2019 · 0 comments · Fixed by #783
Closed

Route trait does not work if route.auto is set to false #767

lburgazzoli opened this issue Jun 23, 2019 · 0 comments · Fixed by #783
Assignees
Labels
kind/bug Something isn't working

Comments

@lburgazzoli
Copy link
Contributor

When the route trait is executed with auto set to true, it looks-up a service to expose 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant