You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zh...@apache.org on 2021/09/04 15:57:57 UTC

[dubbo-go-samples] 03/14: Merge pull request #190 from zhaoyunxing92/config-enhance

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

zhaoyunxing pushed a commit to branch config-enhance
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git

commit 32789a2685c33d0890a188c53f13db2d5379de8e
Merge: 07bf5ee 62f6d2b
Author: zhaoyunxing <23...@qq.com>
AuthorDate: Wed Aug 4 19:58:27 2021 +0800

    Merge pull request #190 from zhaoyunxing92/config-enhance
    
    add:zk registry

 .run/helloworld-go-server.run.xml                  | 15 ----
 .run/registry/registry-zookeeper-go-client.run.xml | 11 +++
 .run/registry/registry-zookeeper-go-server.run.xml | 11 +++
 go.mod                                             |  2 +
 go.sum                                             | 31 ++++++++-
 registry/zookeeper/go-client/cmd/client.go         |  9 +--
 registry/zookeeper/go-client/conf/application.yml  | 20 ++++++
 registry/zookeeper/go-client/conf/client.yml       | 59 ----------------
 registry/zookeeper/go-client/conf/log.yml          | 27 --------
 registry/zookeeper/go-client/pkg/user.go           |  6 ++
 registry/zookeeper/go-server/cmd/server.go         | 15 ++--
 registry/zookeeper/go-server/conf/client.yml       | 59 ----------------
 registry/zookeeper/go-server/conf/log.yml          | 27 --------
 registry/zookeeper/go-server/conf/server.yml       | 79 +++++++---------------
 registry/zookeeper/go-server/pkg/user.go           |  5 ++
 15 files changed, 119 insertions(+), 257 deletions(-)