You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/02/20 14:09:40 UTC

[dubbo-go-samples] branch master updated: fix: add provide_by

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a594672  fix: add provide_by
     new df451eb  Merge pull request #51 from LaurenceLiZhixin/fix/etcd
a594672 is described below

commit a59467218a758ce3636c96335b759e232c4ee330
Author: LaurenceLiZhixin <38...@qq.com>
AuthorDate: Sat Feb 20 19:38:14 2021 +0800

    fix: add provide_by
---
 registry/servicediscovery/etcd/go-server/conf/client.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/registry/servicediscovery/etcd/go-server/conf/client.yml b/registry/servicediscovery/etcd/go-server/conf/client.yml
index 5c67907..c4ed3b8 100644
--- a/registry/servicediscovery/etcd/go-server/conf/client.yml
+++ b/registry/servicediscovery/etcd/go-server/conf/client.yml
@@ -9,7 +9,7 @@ connect_timeout: "3s"
 # application config
 application:
   organization: "dubbo.io"
-  name: "UserInfoTest"
+  name: "UserInfoConsumer"
   module: "dubbo-go user-info client"
   version: "0.0.1"
   environment: "dev"
@@ -42,6 +42,7 @@ references:
   "UserProvider":
     registry: "demoServiceDiscovery"
     protocol: "dubbo"
+    provide_by: "UserInfoServer"
     interface: "org.apache.dubbo.UserProvider"
     cluster: "failover"
     methods: