rejoiner
rejoiner copied to clipboard
init client module error
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?