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

Ftr: consul service discovery #701

Merged
merged 39 commits into from
Sep 13, 2020
Merged

Conversation

zhangshen023
Copy link

@zhangshen023 zhangshen023 commented Aug 7, 2020

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?:


@zhangshen023 zhangshen023 changed the title consul service consul service discovery Aug 7, 2020
registry/consul/service_discovery.go Outdated Show resolved Hide resolved
registry/event/event_publishing_service_deiscovery_test.go Outdated Show resolved Hide resolved
registry/event/event_publishing_service_discovery.go Outdated Show resolved Hide resolved
registry/event/event_publishing_service_discovery.go Outdated Show resolved Hide resolved
registry/service_discovery.go Outdated Show resolved Hide resolved
@zhangshen023
Copy link
Author

@gaoxinge thanks, I've solved these problems

@zouyx zouyx added the pending PR Don't merge label Aug 9, 2020
Copy link
Member

@zouyx zouyx left a 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.

@zouyx zouyx added the enhancement New feature or request label Aug 9, 2020
registry/consul/service_discovery.go Outdated Show resolved Hide resolved
registry/consul/service_discovery.go Outdated Show resolved Hide resolved
registry/consul/service_discovery.go Show resolved Hide resolved
registry/consul/service_discovery.go Show resolved Hide resolved
registry/consul/service_discovery.go Show resolved Hide resolved
registry/consul/service_discovery.go Outdated Show resolved Hide resolved
registry/consul/service_discovery.go Show resolved Hide resolved
registry/consul/service_discovery.go Outdated Show resolved Hide resolved
zhangshen023 and others added 2 commits August 10, 2020 00:34
* Initializes the ServiceDiscovery
*
*/
Initialize(registryURL common.URL) error
Copy link
Contributor

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.

registry/consul/service_discovery.go Outdated Show resolved Hide resolved
registry/consul/service_discovery.go Outdated Show resolved Hide resolved
registry/servicediscovery/service_discovery_registry.go Outdated Show resolved Hide resolved
registry/consul/service_discovery_test.go Outdated Show resolved Hide resolved
registry/consul/service_discovery.go Outdated Show resolved Hide resolved
@AlexStocks AlexStocks merged commit 69b77b6 into apache:develop Sep 13, 2020
zouyx added a commit to zouyx/dubbo-go that referenced this pull request Sep 22, 2020
AlexStocks pushed a commit that referenced this pull request Apr 14, 2021
Ftr: consul service discovery
kzhan pushed a commit to kzhan/dubbo-go that referenced this pull request Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consul service discovery
7 participants