[grpc-io] Re: What's the right way to use grpc_impl::ServerAsyncReader ? (C++)

2021-04-30 Thread Malek Musleh
HI, I actually have the same question. Did you figure this out? Malek On Friday, October 9, 2020 at 12:50:37 AM UTC-7 guru pucu wrote: > Hi, > > I'm exploring a way to let client side send streaming request to server > (async call with cq). From the server side I got a ServerAsyncReader >

[grpc-io] Re: gRFC A36: xDS-Enabled Servers

2021-04-30 Thread 'yas...@google.com' via grpc.io
Concrete details for the Core/C++ API for creating xDS-enabled servers are up at https://github.com/grpc/proposal/pull/234. Please take a look. On Wednesday, January 20, 2021 at 2:41:17 PM UTC-8 Eric Anderson wrote: > Please review and comment. The gRFC is at >

[grpc-io] Re: Vulnerability testing of gRPC

2021-04-30 Thread Robert Ficcaglia
so for examples like: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23645=grpc=2 do those get reported as CVEs automatically, or is a human required to "groom" a CVE report per the noted process? put another way, are the (reproducible) issues listed in oss-fuzz "latent" CVEs that no

Re: [grpc-io] Re: java concurrent ordered response buffer

2021-04-30 Thread Piotr Morgwai Kotarbinski
please note that this class should only be used if the response messages order requirement cannot be dropped: if you control a given proto interface definition, then it's more efficient to add some unique id to request messages, include it in response messages and send them as soon as they are