[grpc-io] Re: The grpc::ServerInterface::Shutdown() behavior

2023-12-12 Thread 'Mark D. Roth' via grpc.io
The behavior is documented in our API reference . It does cancel all pending RPCs. Note that applications using the CQ-based async API are responsible for noting that the calls have been

[grpc-io] Re: gRPC, C++ - Server side 'service_config' not recognized by clients

2023-12-12 Thread 'Mark D. Roth' via grpc.io
The service config is not sent by the gRPC server. It cannot be done that way, because the service config sets parameters that are needed on the client before the client has contacted any server. Instead, the service config is intended to be returned to the client via the name resolver.

[grpc-io] Re: Protobuff for R

2023-12-12 Thread 'Mark D. Roth' via grpc.io
This sounds like a protobuf question, not a question about gRPC, so I don't think this is the right mailing list. On Wednesday, December 6, 2023 at 10:38:30 AM UTC-8 shailesh gavathe wrote: > Is there a good example on how to generate protofbuff for R using > RProtobuf package? > > I have

[grpc-io] Question about dependency on protobuf

2023-12-12 Thread 'Amber Hu' via grpc.io
Hi Experts, I have a question about the requirement on protobuf from grpc. I found the required protobuf version's bumped from 3.5.0 to 4.21.3 directly since v1.49.0, my question is what new feature from protobuf is requested for this upgrading? Thanks for your time in advance. BR/Amber --