-
Notifications
You must be signed in to change notification settings - Fork 929
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
Ftr: consul service discovery #701
Conversation
@gaoxinge thanks, I've solved these problems |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't merge, wait for next version.
code clean
registry/service_discovery.go
Outdated
* Initializes the ServiceDiscovery | ||
* | ||
*/ | ||
Initialize(registryURL common.URL) error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
u add this func for EventPublishingServiceDiscovery
. and then u add it to ServiceDiscovery interface. Pls think again.
what's more, the func name is so long which should be Init
.
Ftr: consul service discovery
Ftr: consul service discovery
Ftr: consul service discovery
What this PR does:
implement consul discovery
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: