[grpc-io] Re: Announcing gRPC-Rust

2024-10-01 Thread Ivan Georgiev
Excellent. Nice to hear that you guys are working to add this. I've been waiting for it for quite some time now. Thanks. On Tuesday, June 25, 2024 at 10:44:02 PM UTC+3 Jan Berktold wrote: > This is great to hear! Will this project also be exclusively based on > tokio or usable with other async

[grpc-io] Re: Compiling grpc on Ubuntu 22.04 with system libprotobuf

2024-10-01 Thread Mandeep Sandhu
bumping this for visibility, in case someone's got ideas on how to debug this issue further. On Monday, September 16, 2024 at 1:15:44 PM UTC-7 Mandeep Sandhu wrote: > Hey all, > > I'm trying to build gRPC from source using this guide: > https://grpc.io/docs/languages/cpp/quickstart/ > > I'm ru

[grpc-io] Is there a way to use user-defined channel credentials?

2024-10-01 Thread Yunhao Bai
Hi gRPC team, We are developing some auth mechanism using gRPC in C++, and we should like to have both channel and call level authentication enable in a gRPC server. In our scenario of a internal communication, we need to comply to some authentication flow other than SSL-like ones. As far as

[grpc-io] gRPC-Java v1.67.1 Released

2024-10-01 Thread 'MV Shiva Prasad' via grpc.io
*gRPC v1.67.1 release is now available* *API Changes* xds: Stop extending RoundRobin in WeightedRoundRobin (dc83446 ) xds: Remove ExperimentalApi for Wei

[grpc-io] Re: gRPC java server with multiple services

2024-10-01 Thread Ronald Sigal
Hi Kannan, Thank you for verifying my suspicion. In fact, what I have done was to manage the interceptors manually. For each WAR: 1. extract all services 2. extract all interceptors 3. for each method, use io.grpc.InternalServerInterceptors.interceptCallHandlerCreate() to wrap the int

[grpc-io] Re: Baseline overhead for C++ server

2024-10-01 Thread 'Amirsaman Memaripour' via grpc.io
Pinging in case this didn't show up in your radar :) On Tuesday, September 24, 2024 at 1:11:21 PM UTC-4 Amirsaman Memaripour wrote: > Hi folks, > > Are there any published latency numbers for the baseline overhead of a C++ > ping server, using gRPC's CQs? I'm primarily interested in the per req