请问dubbo grpc 协议下如何泛化调用?

t9eec4r0  于 3个月前  发布在  其他
关注(0)|答案(4)|浏览(45)
  • I have searched the issues of this repository and believe that this is not a duplicate.

请问dubbo grpc 协议下如何泛化调用?

pdsfdshx

pdsfdshx1#

grpc 协议绑定 protobuf 序列化协议的话天然不支持泛化调用。可以看一下 grpccurl 是不是符合要求

cbeh67ev

cbeh67ev2#

grpc 协议绑定 protobuf 序列化协议的话天然不支持泛化调用。可以看一下 grpccurl 是不是符合要求

😊感谢您的解答;

目前dubbo是否未提供grpc协议下的泛化调用支持?

8e2ybdfx

8e2ybdfx3#

我尝试使用 grpc reflection 的方式进行泛化调用;
dubbo provider 实现 GrpcConfigurator 启用反射服务:

但是泛化调用客户端在通过ServerReflectionGrpc.ServerReflectionStub获取FileDescriptorSet时,会报错:

相关问题