You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/13 09:22:08 UTC

[GitHub] [dubbo-go-samples] LaurenceLiZhixin commented on a change in pull request #242: Ftr/JsonRPC using dubbogo config

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



##########
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:
       shanghaizk没用到可以直接删掉了




-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org