google / rejoiner

Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
https://google.github.io/rejoiner/
Apache License 2.0
3.67k stars 139 forks source link

init client module error #76

Open kongkong56 opened 5 years ago

kongkong56 commented 5 years ago

when i init clientmodule ,use ManagedChannel channel = ManagedChannelBuilder.forAddress("127.0.0.1",8446).usePlaintext(true).build(); but the grpc set usePlaintext(true) deperated, so how to get grpc customer address here?