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/02 15:34:29 UTC

[GitHub] [dubbo-go-samples] sunrui1225 commented on a change in pull request #213: Config enhance rpc dubbo

sunrui1225 commented on a change in pull request #213:
URL: https://github.com/apache/dubbo-go-samples/pull/213#discussion_r701201321



##########
File path: rpc/dubbo/go-server/conf/dubbogo.yml
##########
@@ -0,0 +1,45 @@
+# dubbo server yaml configure file
+
+dubbo:
+  registries:
+    "demoZK":
+      protocol: "zookeeper"
+      timeout: "3s"
+      address: "127.0.0.1:2181"
+  protocols:
+    "dubbo":
+      name: "dubbo"
+      port: 20000
+  provider:
+    registry:
+      - demoZK
+    services:
+      "UserProvider":
+        protocol: "dubbo"
+        interface: "org.apache.dubbo.UserProvider"
+        loadbalance: "random"
+        warmup: "100"
+        cluster: "failover"
+        methods:
+          - name: "GetUser"
+            retries: 1
+            loadbalance: "random"
+
+protocol_conf:

Review comment:
       已经去掉




-- 
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