[grpc-io] Re: [C++] SSL certificate reload api

2018-03-08 Thread Arpit Baldeva
Any information on this? Thanks. On Thursday, March 1, 2018 at 3:41:58 PM UTC-8, Arpit Baldeva wrote: > > Hi, > > Looks like C core added cert reload support ( > https://github.com/grpc/grpc/pull/12644) but C++ api does not expose the > functionality? Am I missing something here or this is in

Re: [grpc-io] Re: [C++] SSL certificate reload api

2018-03-08 Thread 'Justin Burke' via grpc.io
Hi Arpit, Thanks for bringing this to our attention. A C++ API update wasn't in scope for the initial set of work. I'm working on finding developer time to work on this, but currently do not have an ETA to provide to you. Justin On Thu, Mar 8, 2018 at 10:43 AM, Arpit Baldeva

Re: [grpc-io] Re: Using gRPC on AWS

2018-03-08 Thread 'yz' via grpc.io
How to use ALB at Layer 3? it only supports HTTP/HTTPS? On Saturday, January 21, 2017 at 2:19:46 AM UTC+8, Louis Ryan wrote: > > Alternatively use ELB/ALB at Layer-3 but put your own HTTP2 compliant > proxy behind it (Envoy, nghttpx, Linkerd, Traefik, ...) > > I know Lyft does this in

Re: [grpc-io] Re: gRPC Performance

2018-03-08 Thread 'Sree Kuchibhotla' via grpc.io
Thanks for bringing this to our attention. The numbers look very low for C++ (especially for unary, its way too low). We are investigating.. thanks, Sree On Wed, Mar 7, 2018 at 4:38 PM 'Matt Kwong' via grpc.io < grpc-io@googlegroups.com> wrote: > +grpc-io > > Unfortunately, I'm not the best

[grpc-io] Need help with grpc c++ client and java server

2018-03-08 Thread mukul singh
Hi All, I am trying to develop a cpp client for a grpc server implemented using Java. With this change, I am trying to develop a cpp client for Apache Ratis project. The client is trying to implement read/write functions for a bi-directional append api, as in the Proto file below. Following