questions icon indicating copy to clipboard operation
questions copied to clipboard

如何使用go-micro v2.x 调用纯grpc实现的服务

Open izturn opened this issue 5 years ago • 2 comments

RT,谢谢

izturn avatar Jun 24 '20 09:06 izturn

请参考:https://github.com/micro-in-cn/tutorials/tree/master/examples/grpc

printfcoder avatar Jun 30 '20 13:06 printfcoder

此代码中是server是用 go-micro实现的,client是用grpc, 而我现在要相反操作,server是grpc实现,client是go-micro实现的, 在1.x中可以通过自定义.../grpc包实现,在2.x中不知道怎么搞了

izturn avatar Jul 01 '20 02:07 izturn