Skip to content

Commit c894a76

Browse files
author
anton
committed
remove GRPC lb
1 parent 4310fba commit c894a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

application-grpc-client/src/main/java/ru/art/grpc/client/communicator/GrpcCommunicatorChannelFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ static ManagedChannel createChannel(GrpcCommunicationConfiguration configuration
1717
channelBuilder.useTransportSecurity();
1818
}
1919
ManagedChannel channel = channelBuilder
20-
.defaultLoadBalancingPolicy("round_robin")
2120
.keepAliveTime(configuration.getKeepAliveTimeNanos(), NANOSECONDS)
2221
.keepAliveTimeout(configuration.getKeepAliveTimeOutNanos(), NANOSECONDS)
2322
.keepAliveWithoutCalls(configuration.isKeepAliveWithoutCalls())

0 commit comments

Comments
 (0)