PhilYue commented on a change in pull request #242:
URL: https://github.com/apache/dubbo-go-samples/pull/242#discussion_r711542964



##########
File path: rpc/jsonrpc/go-client/conf/dubbogo.yml
##########
@@ -0,0 +1,49 @@
+dubbo:
+  application:
+    organization: "dubbo.apache.org"
+    name: "UserInfoServer"
+    module: "dubbo-go user-info client"
+    version: "0.0.1"
+    environment: "dev"
+  registries:
+    "hangzhouzk":
+      protocol: "zookeeper"
+      timeout: "3s"
+      address: "127.0.0.1:2181"
+      username: ""
+      password: ""
+    "shanghaizk":

Review comment:
       嗯呢,起初我看 Java 这边也是两个 注册中心,虽然也只用了 “2181”,就暂时没动它,我觉得可以先去了,样例代码还是清晰简单点好




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to