[grpc-io] [C++] PubSub event streaming RPC

2017-02-10 Thread Yves Millette
Hi there and thanks for reading. I am working on a solution using gRPC in which my end goal is to provide an RPC service method that clients can call once to subscribe to a stream of event messages. I am using the async model and want to manage my own thread pool in order to support multiple

Re: [grpc-io] How to read grpc command line tool error messages from the responses?

2017-02-10 Thread 'Michael Lumish' via grpc.io
You did get error information: "Rpc failed with status code 12 error message unknown service my_agent.MyServiceAPI " The part that says "unknown service my_agent.MyServiceAPI" means that the server does not have an implementation of a service with that name, and status code 12 means

[grpc-io] gRPC A6: Retries

2017-02-10 Thread ncteisen via grpc.io
I've created a gRFC describing the design and implementation plan for gRPC Retries. Take a look at the gRPC on Github . -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and

[grpc-io] Re: [grpc-java] NameResolver changes in 1.1.1 ?

2017-02-10 Thread Jorg Heymans
Indeed the logging revealed in fact an unrelated error during SSL init, thanks for the hint. Jorg -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[grpc-io] How to read grpc command line tool error messages from the responses?

2017-02-10 Thread Sanket Lawangare
I am using the grpc command line tool to test response for my request. This is the official link to the grpc command line tool: https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md In the response I am getting it says that there are some errors however, it does not show what the