vio-lin edited a comment on issue #9262: URL: https://github.com/apache/dubbo/issues/9262#issuecomment-971150789
> Do you mean to use reflection service? https://github.com/grpc/grpc/blob/master/doc/server-reflection.md some thing difference. I just think if we can exteract service description from pojo service and change them to grpc client and service stub Class in runtime. We may do not need write proto file anymore. And just add some thing like plugin then we can run and invoke service throw grpc in http2 which may not in Protobuf Serialization. Adavamce 1. this service can run in http2 and can use gateway of http2 2. we can use more readable format stram instead of protobuf binary 3. code first service just add some config to upgrate to grpc -- 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]
