mrwangyin commented on issue #11864:
URL: https://github.com/apache/dubbo/issues/11864#issuecomment-1484040595

   > grpc 协议绑定 protobuf 序列化协议的话天然不支持泛化调用。可以看一下 grpccurl 是不是符合要求
   
   我尝试利用 grpc reflection 进行泛化调用;
   dubbo provider 配置:
   
![image](https://user-images.githubusercontent.com/44059656/227766251-e52d10ff-c5a0-47ad-a30e-c51663d99b8d.png)
   
![image](https://user-images.githubusercontent.com/44059656/227766256-95dc89e7-67b7-4a33-8c2c-756960cf63b9.png)
   
   但是泛化调用客户端通过 ServerReflectionGrpc.ServerReflectionStub 获取 FileDescriptorSet 
时会报错:
   
![image](https://user-images.githubusercontent.com/44059656/227766366-6fdc2bd8-bc76-43e5-8b69-eaeab4991e34.png)
   
   


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