This is an automated email from the ASF dual-hosted git repository.
victory pushed a change to branch cloud-native
in repository https://gitbox.apache.org/repos/asf/dubbo.git.
from 2691784 Dubbo cloud native (#4666)
add 6edcc36 new etcd serviceDiscovery
add f314218 Merge branch 'cloud-native' of
github.com:apache/incubator-dubbo into cloud-native
add b718bb0 fix compile issue
new d71e5e7 Merge branch 'cloud-native' of
github.com:apache/incubator-dubbo into cloud-native
new cfbe5af store temperily
new efd44e1 refactor
new 1aae695 temporily commit
new 758b49f merge and reinit
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dubbo-bootstrap/pom.xml | 34 ++++-
.../bootstrap/DubboServiceConsumerBootstrap.java | 1 +
.../bootstrap/DubboServiceProviderBootstrap.java | 1 +
.../dubbo/registry/etcd/EtcdServiceDiscovery.java | 138 ++++++++++++++++-----
.../registry/etcd/EtcdServiceDiscoveryFactory.java | 2 +-
...e.dubbo.registry.client.ServiceDiscoveryFactory | 1 +
.../zookeeper/ZookeeperServiceDiscovery.java | 2 +-
.../org/apache/dubbo/remoting/etcd/EtcdClient.java | 8 ++
.../dubbo/remoting/etcd/jetcd/JEtcdClient.java | 5 +
.../remoting/etcd/jetcd/JEtcdClientWrapper.java | 20 +++
10 files changed, 179 insertions(+), 33 deletions(-)
create mode 100644
dubbo-registry/dubbo-registry-etcd3/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.registry.client.ServiceDiscoveryFactory