[grpc-io] DNS requery not happening with round_robin load balancing in docker swarm

2017-10-25 Thread daniel . slade
I'm trying to get a gRPC client/server running using nodejs under Docker swarm. The gRPC server is setup using Dockers `endpoint_mode: dnsrr` so that dns has multiple A records (one for each instance of the server). The gRPC client is running as another Docker service, with the gRPC option

Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-10-25 Thread ajhai
Hi Nikita, You can find the project at https://github.com/juniper/grpc-c. You will need gRPC v1.3.0 and protobuf 3. Look at README and examples/ for usage. Please note that this library is still pre alpha. Thanks, Ajay On Wednesday, October 25, 2017 at 5:07:27 AM UTC-7, nikitan...@gmail.com

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

2017-10-25 Thread samir.ahmed via grpc.io
Hi Any Update on the timeline for Grpc L7 support in GCLB? - samir On Friday, July 28, 2017 at 10:56:59 AM UTC-7, Samir Ahmed wrote: > > Hi Prajakta, > > Any update on the Q3 Alpha timeline? > > > On Wed, Jul 5, 2017 at 8:13 PM, Samir Ahmed wrote: > >> Hi Prajakta, >> >> Any update on the Q

[grpc-io] Hand-crafted gRPC-go client using server streaming

2017-10-25 Thread Ryan Lubke
Hey Folks, Some background first. We have a requirement to support multiple serialization formats. To this end, we've created a backend in Java, and are creating clients in multiple languages. So far, we've been successful with Java, JS, and Python. We're prototyping Go now (as we learn Go)

[grpc-io] RPC level flow control support in grpc for golang

2017-10-25 Thread eldadru
Hi, Is it possible to perform manual flow control in the RPC call level in grpc-go? I'm looking for something like the flow control mechanism of the grpc library for java: https://github.com/grpc/grpc-java/tree/master/examples/src/main/java/io/grpc/examples/manualflowcontrol I would like my c

Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-10-25 Thread nikitanerkar235
Hi Ajay, Could you please point me to the C implementation of gRPC? I am trying to compile the grpc implementation from github but it looks broken. Also pointer to the documentation which will cover the QuickStart and developer reference. Thanks in advance. Regards, Nikita On Thursday, 13 Ap

[grpc-io] Re: Do we have any examples to use grpc in C

2017-10-25 Thread nikitanerkar235
Hi Ajay, Could you please point me to the C implementation of gRPC? I am trying to compile the grpc implementation from github but it looks broken. Also pointer to the documentation which will cover the QuickStart and developer reference. Thanks in advance. Regards, Nikita On Wednesday, 27 J

Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-10-25 Thread nikitanerkar235
Hi Kostas, Could you please point me to the C implementation of gRPC? I am trying to compile the grpc implementation from github but it looks broken. Also pointer to the documentation which will cover the QuickStart and developer reference. Thank you in advance. On Thursday, 13 April 2017 02: