smallnest / rpcx

Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!
https://rpcx.io
Other
8.08k stars 1.16k forks source link

支持服务端使用代码生成方式调用代码,无需使用反射 #841

Closed junaozun closed 7 months ago

junaozun commented 7 months ago

先用protoc-to-rpcx工具生成代码,然后使用pb生成的pb.RegisterHelloTestService注册服务,即可

smallnest commented 7 months ago

rpcx不会以grpc做唯一的支持。 rpcx也支持纯的grpc https://blog.rpcx.io/posts/support-grpc/