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

2016-08-16 Thread jdover997
I'll give this a try later. I don't need TLS so i'll leave out the certificate stuff. I really hope this works ! 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 if it helps > > >

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] 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] Re: Load balancing gRPC servers

2016-08-03 Thread nevilledips
My bad, I removed my post after I realised that it was by chance. I can confirm that I couldn't get latest nginx to work. I spent the afternoon trying to figure out how to use nghttpx, but I finally got it working 1/2 hour ago. Looks like the 'by chance' part was firewall rules. My Node.js

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

2016-08-02 Thread nevilledips
Hi Eric, I supposedly managed to implement an nginx proxy to a Node.js app using HTTP2. It was working well, so I assumed that nginx supports HTTP/2 to the backend. On Friday, 29 July 2016 19:11:47 UTC+2, Eric Anderson wrote: > > On Thu, Jul 28, 2016 at 2:52 PM, wrote: >

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

2016-07-29 Thread 'Eric Anderson' via grpc.io
On Thu, Jul 28, 2016 at 2:52 PM, wrote: > It seem Nginx v1.9.5 supports HTTP/2 > https://www.nginx.com/blog/nginx-1-9-5/ > nginx doesn't support HTTP/2 to the backend yet. That is necessary for gRPC. You may want to take a look at nghttpx. -- You received this message