EarthChen commented on issue #9739:
URL: https://github.com/apache/dubbo/issues/9739#issuecomment-1070902104


   @leyou240 
   
   问题是这样的,客户端的方法描述是通过反射获取 class name 和 method name,根据 java 规范,方法名首字母应该小写,但是你的 
proto 中方法首字母是大写。
   
   目前 triple 的 client 请求的 url 为 `helloword.v1.Greeter/sayHello`
   
   但你的 grpc server 暴露的method 为 `helloword.v1.Greeter/SayHello`
   
   所以会报上述错误
   
   ---
   
   该问题目前只能等待我们在新版本修复。
   
   
   ps: 如果你用 grpc 的 client 调用 triple 的 server 目前这样是可以的,目前服务端有做兼容处理


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