[grpc-io] [core/c++] Mocking timer for unit tests involving gRPC async calls.

2018-03-16 Thread chhsiao
Hi all, I'm writing unit tests that use gRPC client stub to make asynchronous calls with deadlines. I was wondering if there is a way to manipulate the timer in gRPC to make the call timed out faster in my unit tests. Any idea about this, either using the C++ wrapper or the core library?

[grpc-io] gRFC L27: C++ API review

2018-03-16 Thread 'Vijay Pai' via grpc.io
Dear grpc users, I have posted a new gRFC proposal at https://github.com/grpc/proposal/pull/70 . This proposal continues the work of https://github.com/grpc/proposal/pull/28 with additional curation of the C++ API. This proposal has several goals: 1. The C++ API will no longer leak gRPC core

[grpc-io] Problem with the design of the async grpc model

2018-03-16 Thread qgravity95
My team is designing a scalable solution with micro-services architecture and planning to use gRPC as the transport communication between layers. And we've decided to use async grpc model. The design that example( greeter_async_server.cc

[grpc-io] Rendezvous of RPC that terminated with StatusCode.UNIMPLEMENTED

2018-03-16 Thread mailtov16
Hi , I have a gRPC server written in golang. golang gRPC client works fine but python gRPC client gives below error: File "/home/ubuntu/.local/lib/python2.7/site-packages/grpc/_channel.py", line 487, in __call__ return _end_unary_response_blocking(state, call, False, deadline) File

[grpc-io] Re: using grpc for push notification

2018-03-16 Thread Chaitanya Gangwar
Hi All, Previous files got deleted somehow. I am uploading it again. Please use this link : https://drive.google.com/file/d/1jqviARRz5muVCdsBjw3WPH8xSSGpXrv1/view?usp=sharing Thanks Chaitanya On Saturday, 23 January 2016 01:58:18 UTC+5:30, Chaitanya Gangwar wrote: > > Hi, > > I have a

Re: [grpc-io] Re: using grpc for push notification

2018-03-16 Thread mscudieri78 via grpc.io
Could you please repost the examples of th c++ async route guide demos, Would be very helpful. Thanks, Marco. Am Mittwoch, 16. August 2017 17:33:38 UTC+2 schrieb Chaitanya Gangwar: > > proto file is in same folder under proto directory. > > On Wed, Aug 16, 2017 at 8:51 PM,

[grpc-io] gRPC Java - how to efficiently work with metadata?

2018-03-16 Thread slilichenko
I have started working with gRPC fairly recently and really like a lot of aspects of it - thanks to all who contributed to it! But a couple of design decisions don't make sense to me (at least not yet!). Any comments/responses to the question in the subject line would be greatly appreciated.