-
Notifications
You must be signed in to change notification settings - Fork 230
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
how to use consul in microdot? #141
Comments
Unfortunately, the documentation about discovery is not ready yet. In short, there are two ways we support for calling Consul. The first one is using Consul Queries - it executes a Consul query which its name is a combination of the service name and environment (for example: "GpuService-dev"). The second way is making use of two Consul apis: key-value and health. You can configure how to use Consul by defining the following configuration entry: Consul.LongPolling |
The issue in the samples was fixed by the following pull request: But it was merged into the branch |
I have downloaded the
GpuService
sample, and then change some Environments, but got some error runningGpuService.Client
consul service defination
errors
is there any documents i can refer to?
The text was updated successfully, but these errors were encountered: