Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 gRPC 服务器,我想通过本地通道调用此服务器,例如:
其他消息 -> 适配器 -> 本地 grpc 客户端 -> 本地 grpc 服务器
那么如何创建本地 grpc 客户端?使用本地通道构建存根?
两种选择:
如果您想对本地 grpc 服务器进行 cli 类型的调用,可以查看https://github.com/fullstorydev/grpcurl