From 76eaae26b815064a75ea77a68bd034c9e55884ca Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 13 Nov 2015 19:22:11 -0800 Subject: [PATCH] Enable LB and Naming for Netty.forAddress(String,int) This swaps to the forTarget() codepath. The constructor is to make it more convenient when extending the builder to disable checkAuthority. --- netty/src/main/java/io/grpc/netty/NettyChannelBuilder.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netty/src/main/java/io/grpc/netty/NettyChannelBuilder.java b/netty/src/main/java/io/grpc/netty/NettyChannelBuilder.java index 2a783ed653..d343ef764f 100644 --- a/netty/src/main/java/io/grpc/netty/NettyChannelBuilder.java +++ b/netty/src/main/java/io/grpc/netty/NettyChannelBuilder.java @@ -89,7 +89,7 @@ public class NettyChannelBuilder extends AbstractManagedChannelImplBuilder