标签: grpc grpc-java
我在我的项目中使用grpc,客户端是用Java编写的,服务器端是用C ++编写的。
我的问题是,在客户端,有没有办法从现有的ManagedChannel对象创建Socket而不是调用ManagedChannelBuilder.forAddress(host, port)?
ManagedChannel
Socket
ManagedChannelBuilder.forAddress(host, port)
答案 0 :(得分:0)
不,这是不可能的。 另见:https://github.com/grpc/grpc-java/issues/3132