[grpc-io] Java 8 end of life for gRPC ?

2022-01-28 Thread 'Russell Shaw' via grpc.io
Regarding the below comment in recent release notes.. "Java 8 users pay note: per gRFC P5, gRPC may drop Java 8 support as soon as March this year. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or grpc-io@googlegroups.com

[grpc-io] "undefined: errors.Is" happens in gRPC v1.10.0 and GO 1.9

2022-01-28 Thread Chang Zhi
Hi, all I met a problem when I tried to compile the "HelloWorld" program followed by this[1]. In my environment, the GO version is 1.9. Here are the detailed steps: 1. Get the lastest grpc code: go get -d -v google.golang.org/grpc/examples/helloworld/greeter_server go get -d -v

[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(