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

[grpc-io] How to set custom headers on a request

2016-08-01 Thread jdover997
If I wanted to add a custom header to a gRPC request, can I do that? For example, say I wanted to know which user is making the request, I'd like to add a header called "user" when making the client request. I might also want to add a header called "password" in case I wanted to authenticate

[grpc-io] Load balancing gRPC servers

2016-07-27 Thread jdover997
In the past I've used haproxy to load balance all sorts of things. I would imagine a TCP based load balancing would be sufficient to ensure high availability. Has anyone tried this or has any advice on this matter? TIA -- You received this message because you are subscribed to the Google

Re: [grpc-io] How close is gRPC to a release candidate?

2016-07-27 Thread jdover997
Thanks for the replies. Initially my main uses will be in Java, Node, and C#. On Tuesday, July 26, 2016 at 8:32:35 PM UTC-7, Nathaniel Manista wrote: > > On Tue, Jul 26, 2016 at 8:56 AM, wrote: > >> I know that different parts of gRPC are more mature than others but in >>

[grpc-io] Where to find the protoc grpc plugin for Node.js to run on Windows ?

2016-07-20 Thread jdover997
I was reading about using grpc on Node.js. I see that we can dynamically compile the proto file or we can do it statically using protoc. For static generation, I need the Node grpc protoc plugin executable for windows. I'm using these instructions: