ManagedChannel managedChannel = ManagedChannelBuilder .forAddress("localhost", 9090) .usePlaintext().build(); System.o