我在我的项目中使用grpc,客户端是用Java编写的,服务器端是用C++编写的。
我的问题是,在客户端,有没有一种方法可以从现有的Socket对象创建ManagedChannel,而不是调用ManagedChannelBuilder.forAddress(host, port)
发布于 2017-06-28 07:16:18
不,这不可能。另请参阅:https://github.com/grpc/grpc-java/issues/3132
https://stackoverflow.com/questions/44723426
复制相似问题