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/01/07 12:24:36 UTC

[GitHub] [dubbo-samples] kylixs commented on a change in pull request #228: dubbo-samples-original-grpc's testcase convert to docker's framework

kylixs commented on a change in pull request #228:
URL: https://github.com/apache/dubbo-samples/pull/228#discussion_r553293838



##########
File path: dubbo-samples-grpc/dubbo-samples-original/src/main/resources/spring/dubbo-demo-provider.xml
##########
@@ -25,7 +25,7 @@
 
     <dubbo:application name="demo-provider"/>
 
-    <dubbo:protocol id="grpc" name="grpc"/>
+    <dubbo:protocol id="grpc" name="grpc" port="20880"/>

Review comment:
       不要改变grpc协议的默认端口?grpc默认端口应该是50051,建议修改case-configuration.yml的 `dubbo_port`




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

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