[grpc-io] About grpc-java load balance release

2016-08-11 Thread Hui Ding
Hi, The grpc-java lb api has been under testapi for a few months. I wonder if there is a forecast date when the function is ready to release? And as for the name service resolver, if there is a plan to support zookeeper address schema? Looking forward to your reply. Thanks, Hui -- You

Re: [grpc-io] Google Global Load Balancer support for gRPC?

2016-08-11 Thread 'Louis Ryan' via grpc.io
Still not yet supported by GCLB. As far as OSS proxies that work you can also use nghttpx On Thu, Aug 11, 2016 at 7:19 AM, Michal Witkowski wrote: > We kinda build something gRPC specific for doing rich load balancing on

Re: [grpc-io] accessing authentication context from Python?

2016-08-11 Thread 'Nathaniel Manista' via grpc.io
On Wed, Aug 3, 2016 at 4:59 AM, JI Ioannidis wrote: > Consider a simple RPC setup protected with http/2, such as > https://github.com/jayeye/grpc/tree/ji/secure-hello/ > examples/python/helloworld > > The server will know that the client was properly authenticated, but if it >

Re: [grpc-io] Re: Load balancing gRPC servers

2016-08-11 Thread jdover997
Thanks. Apparently there is another thread discussing the Google Cloud Load Balancer (GCLB) for use with gRPC: https://groups.google.com/forum/#!topic/grpc-io/bfURoNLojHo On Thursday, August 11, 2016 at 8:06:43 AM UTC-7, nevil...@gmail.com wrote: > > I wrote a blog post about it, let me know

Re: [grpc-io] gRPC C++ - user exception support

2016-08-11 Thread 'Nicolas Noble' via grpc.io
No, we do not have support for C++ exceptions. On Thu, Aug 11, 2016, 07:04 ng wrote: > Hi, > I would like to throw an exception in the server, and catch it in the > client. > > Is there any support for user exceptions in grpc? > I can't find any documentation on it for C++

Re: [grpc-io] Re: Load balancing gRPC servers

2016-08-11 Thread nevilledips
I wrote a blog post about it, let me know if it helps https://movinggauteng.co.za/blog/2016/08/03/grpc-with-nghttp2/ On Thursday, 11 August 2016 17:03:20 UTC+2, jdov...@gmail.com wrote: > > Could you share your nghttpx configuration please? > > If I go with a TCP load balancer like haproxy,

Re: [grpc-io] Google Global Load Balancer support for gRPC?

2016-08-11 Thread Michal Witkowski
We kinda build something gRPC specific for doing rich load balancing on L7 layer of gRPC: https://github.com/mwitkow/grpc-proxy It requires a forked version of gRPC-Go, but we've been successfully running this in production for a few months now. On Thu, 11 Aug 2016 at 06:49

Re: [grpc-io] [grpc-java 0.14.0] gRPC calls not working after a certain period.

2016-08-11 Thread Taehyun Park
Thank you for this update. I updated to 1.0.0-pre2 and got rid of my own timer that releases a created channel after a certain period. It sends a GO_AWAY packet when the status is changed to IDLE. Do I have to release this channel or is it safe to reuse this channel? If I can reuse the