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
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
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
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)
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
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
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
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: