You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/08/31 03:04:14 UTC

[dubbo] branch 3.0-to-master updated (b1b6ef4 -> ef96380)

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch 3.0-to-master
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from b1b6ef4  delete k8s and dns impl
     add ef96380  fix service discovery impls

No new revisions were added by this update.

Summary of changes:
 .../store/consul/ConsulMetadataReport.java         |   4 -
 .../store/consul/ConsulMetadataReportFactory.java  |  13 +-
 .../store/etcd/EtcdMetadataReportTest.java         |   2 +-
 .../metadata/store/nacos/NacosMetadataReport.java  | 131 +++++++++++++++++----
 .../store/nacos/NacosMetadataReportFactory.java    |  13 +-
 dubbo-metadata/pom.xml                             |  12 +-
 ...Listener.java => AbstractServiceDiscovery.java} |  18 ++-
 .../registry/consul/ConsulServiceDiscovery.java    |  49 +++++---
 .../dubbo/registry/etcd/EtcdServiceDiscovery.java  |   8 +-
 .../registry/eureka/EurekaServiceDiscovery.java    |   9 +-
 .../registry/nacos/NacosServiceDiscovery.java      |  25 +++-
 .../dubbo/registry/sofa/SofaRegistryInstance.java  |  21 +++-
 .../sofa/SofaRegistryServiceDiscovery.java         |  47 +++++---
 .../sofa/SofaRegistryServiceDiscoveryFactory.java  |  20 +++-
 dubbo-registry/pom.xml                             |  12 +-
 15 files changed, 271 insertions(+), 113 deletions(-)
 copy dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/{ServiceDiscoveryRegistryProtocolListener.java => AbstractServiceDiscovery.java} (67%)