If you don't
implement your own
gRPC Java LoadBalancer, you can stop reading now.
Dear gRPC users,
What's now LoadBalancer2 will be renamed to LoadBalancer, and the current LoadBalancer will be deleted. It will happen on master after the upcoming 1.1 release. The 1.1 release will not be impacted.
All the stock LoadBalancer implementations that come with gRPC will automatically be migrated to the new API. If your code only passes them to
ManagedChannelBuilder.loadBalancerFactory(), you don't need to make any changes.
If you have any concerns, please reach out to me.
Thanks,
Kun