heyxhh opened a new issue, #13106:
URL: https://github.com/apache/dubbo/issues/13106

   定义的triple+protobuf服务,在使用泛化调用时报错:Cannot invoke 
"java.lang.reflect.Method.getParameterTypes()" because "method" is 
null;但是如果不用protobuf编码,直接使用triple协议泛化定义没问题。debug看了下,在使用Protobuf时,泛化调用取method的时候会直接返回null,代码路径:org.apache.dubbo.rpc.model.StubMethodDescriptor::getMethod.
   获取method的时候直接返回null
   public Method getMethod() {
           return null;
       }


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