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
Hi,
I would like to see an example of a service discovery using etcd.
I checked some samples but I don't fully understand it.
How do you register a service using etcd ?
How do you get the IP etc that was registered from another service ?
Any other examples that I have missed ?
Also any specific english documentation ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Looking into the service / packages - I see the following methods.
Can you tell me what they are for ?
I was hoping to get a "getServiceName" and passing in the name ?
I think I am just missing a concrete example and what the following methods do.
public getServiceNames(): string[] public getServiceServers(service: string, passing?: boolean): IServiceServer[] public getServices(): { [p: string]: IServiceServer[] } public watch(service: string, callback: (services: IServiceServer[]) => void): void public watchServiceList(callback: (service: string[]) => void): void
Sorry, something went wrong.
No branches or pull requests
Hi,
I would like to see an example of a service discovery using etcd.
I checked some samples but I don't fully understand it.
How do you register a service using etcd ?
How do you get the IP etc that was registered from another service ?
Any other examples that I have missed ?
Also any specific english documentation ?
Thanks in advance
The text was updated successfully, but these errors were encountered: