justxuewei commented on a change in pull request #1592:
URL: https://github.com/apache/dubbo-go/pull/1592#discussion_r750886417



##########
File path: config/testdata/root_config_test.yml
##########
@@ -0,0 +1,17 @@
+dubbo:
+  registries:
+    demoZK:
+      protocol: zookeeper
+      timeout: 11s
+      address: 127.0.0.1:2181
+  protocols:
+    triple:
+      name: "tri"
+      port: 20000
+  provider:
+    registry-ids:
+      - demoZK
+    services:
+      GreeterProvider:
+        protocol-ids: triple
+        interface: com.apache.dubbo.sample.basic.IGreeter # must be compatible 
with grpc or dubbo-java

Review comment:
       Maybe, it is better if use our generic interface here. cc 
@LaurenceLiZhixin 




-- 
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-unsubscr...@dubbo.apache.org

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



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

Reply via email to