We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a service define a new client configuration for another service, it would become the dependency when the service starts up.
go-mod-bootstrap/bootstrap/handlers/clients.go
Line 208 in fd84f34
EdgeX is micro service architecture, sometimes a REST clients configuration is just for option, so it should not become the dependency
Establish the client URL when it is invoked, not in the service starting up.
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for allDescription [REQUIRED]
If a service define a new client configuration for another service, it would become the dependency when the service starts up.
go-mod-bootstrap/bootstrap/handlers/clients.go
Line 208 in fd84f34
EdgeX is micro service architecture, sometimes a REST clients configuration is just for option, so it should not become the dependency
Describe the solution you'd like
Establish the client URL when it is invoked, not in the service starting up.
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: