[grpc-io] gRFC L104: C++ OpenCensus Plugin Public APIs

2022-10-12 Thread 'yas...@google.com' via grpc.io
Please see https://github.com/grpc/proposal/pull/334 for the proposal. The proposal is to move the APIs that were intended for public usage to `include/grpcpp/opencensus.h` from the current `src/cpp/ext/filter/census/...` -- You received this message because you are subscribed to the Google

[grpc-io] gRPC C++ callback API

2022-10-12 Thread Rohit Zambre
Hi, Is it possible to use the callback API without calling server->Wait()? In the route_guide example, I see that route_guide_callback_sever.cc calls server->Wait(). In my use case, I cannot block on a call like Wait(). Regards, Rohit -- You received this message because you are subscribed

[grpc-io] gRFC A30 update: gRPC dropping support for xDS v2

2022-10-12 Thread 'Mark D. Roth' via grpc.io
We are changing gRFC A30 to allow us to drop xDS v2 support, as per the following PR: https://github.com/grpc/proposal/pull/333 Please let us know if you have any questions or concerns. Thanks! -- Mark D. Roth Software Engineer Google, Inc. -- You received this message because you are

[grpc-io] How to cleanly exit a CompletionQueue::Next() that is waiting on Channel::NotifyOnStateChange

2022-10-12 Thread am
I originally posted my question at Stack Overflow here and here

[grpc-io] gRPC-Java 1.50.0 released

2022-10-12 Thread 'Eric Anderson' via grpc.io
The v1.50.0 release in now available. New Features - okhttp: Added connection management features to okhttp server, including maxConnectionIdle(), permitKeepAliveTime(), and permitKeepAliveWithoutCalls() (#9494