Re: [grpc-io] client side load balancing in grpc python

2022-02-02 Thread 'Lidi Zheng' via grpc.io
Hi, You are using the custom resolver API for Java. This API is available only in limited gRPC languages, like Java/Go, but not Core-based languages, like C++/Python/Ruby/C#/ObjC/PHP. You may need to inject the candidate addresses to DNS backends. Many DNS providers / cloud providers offer

Re: [grpc-io] client side load balancing in grpc python

2022-02-02 Thread 'Easwar Swaminathan' via grpc.io
You can find gRPC Python documentation here: https://grpc.github.io/grpc/python/ and a basic tutorial here: https://grpc.io/docs/languages/python/. [+Richard Belleville, +Lidi Zheng ] for specific load balancing API in Python. On Fri, Jan 28, 2022 at 4:52 AM animesh sharma <

[grpc-io] client side load balancing in grpc python

2022-01-28 Thread animesh sharma
Hi Team, I was trying to implement client side load balancing in gRPC. I know how to do it in Java but not able to find appropriate document describing how to do the same in python, below is my Java code. ``` NameResolver.Factory nameResolverFactory = new MultiAddressNameResolverFactory(