Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
grpc.io
Conversations
About
grpc.io
Contact owners and managers
1–30 of 4373
Mark all as read
Report group
0 selected
Amirsaman Memaripour
Oct 7
io_uring support for gRPC's C++ implementation
Hi, Are there any plans to add io_uring support (or other alternatives to reduce the number/frequency
unread,
io_uring support for gRPC's C++ implementation
Hi, Are there any plans to add io_uring support (or other alternatives to reduce the number/frequency
Oct 7
Trustin Lee
,
Eric Anderson
2
Oct 7
Rational behind mapping HTTP 429 to gRPC UNAVAILABLE
google/rpc/code.proto has the HTTP mappings. Those are REST-centric and are for converting to HTTP
unread,
Rational behind mapping HTTP 429 to gRPC UNAVAILABLE
google/rpc/code.proto has the HTTP mappings. Those are REST-centric and are for converting to HTTP
Oct 7
Jung-Yu (Gina) Yeh
Oct 7
gRFC P6: grpc-io-announce mailing list
Hi, Eric and I put together a gRFC to create an "announce" mailing list to have a high-
unread,
gRFC P6: grpc-io-announce mailing list
Hi, Eric and I put together a gRFC to create an "announce" mailing list to have a high-
Oct 7
Mandeep Sandhu
, …
Pragadeesh nagaraj
5
Oct 4
Compiling grpc on Ubuntu 22.04 with system libprotobuf
You can try specifying in CMAKE where to find the protobuf file like the below highlighted text.
unread,
Compiling grpc on Ubuntu 22.04 with system libprotobuf
You can try specifying in CMAKE where to find the protobuf file like the below highlighted text.
Oct 4
Amirsaman Memaripour
,
AJ Heller
4
Oct 3
Changing the number of `event_engine` threads for C++ library
Yes, EventEngine threads execute a lot of gRPC, and eventually *most* of gRPC will run on EventEngine
unread,
Changing the number of `event_engine` threads for C++ library
Yes, EventEngine threads execute a lot of gRPC, and eventually *most* of gRPC will run on EventEngine
Oct 3
Amirsaman Memaripour
,
Esun Kim
8
Oct 3
Baseline overhead for C++ server
That makes sense. Thank you Esun! On Thu, Oct 3, 2024 at 6:55 PM Esun Kim <veb...@google.com>
unread,
Baseline overhead for C++ server
That makes sense. Thank you Esun! On Thu, Oct 3, 2024 at 6:55 PM Esun Kim <veb...@google.com>
Oct 3
cbrohm
Oct 1
gRPC has no attribute 'experimental'
I have been running into this error everytime I try and run a loader service. It contacts data from
unread,
gRPC has no attribute 'experimental'
I have been running into this error everytime I try and run a loader service. It contacts data from
Oct 1
Ronald Sigal
,
Kannan Jayaprakasam
3
Oct 1
gRPC java server with multiple services
Hi Kannan, Thank you for verifying my suspicion. In fact, what I have done was to manage the
unread,
gRPC java server with multiple services
Hi Kannan, Thank you for verifying my suspicion. In fact, what I have done was to manage the
Oct 1
MV Shiva Prasad
Oct 1
gRPC-Java v1.67.1 Released
gRPC v1.67.1 release is now available API Changes xds: Stop extending RoundRobin in
unread,
gRPC-Java v1.67.1 Released
gRPC v1.67.1 release is now available API Changes xds: Stop extending RoundRobin in
Oct 1
Yunhao Bai
Oct 1
Is there a way to use user-defined channel credentials?
Hi gRPC team, We are developing some auth mechanism using gRPC in C++, and we should like to have
unread,
Is there a way to use user-defined channel credentials?
Hi gRPC team, We are developing some auth mechanism using gRPC in C++, and we should like to have
Oct 1
Doug Fawley
, …
Ivan Georgiev
9
Oct 1
Announcing gRPC-Rust
Excellent. Nice to hear that you guys are working to add this. I've been waiting for it for quite
unread,
Announcing gRPC-Rust
Excellent. Nice to hear that you guys are working to add this. I've been waiting for it for quite
Oct 1
Sasha Solganik
,
Richard Belleville
3
Sep 24
cygrpc.cpython compilation instructions for linux
@Richard thanks for quick reply, I had tried to repro with the build script you mentioned, but got
unread,
cygrpc.cpython compilation instructions for linux
@Richard thanks for quick reply, I had tried to repro with the build script you mentioned, but got
Sep 24
sui ma
,
Mehrdad Afshari
2
Sep 20
One stub, multiple calls
You can certainly share a stub for multiple RPCs; it is often a recommended practice [in most gRPC
unread,
One stub, multiple calls
You can certainly share a stub for multiple RPCs; it is often a recommended practice [in most gRPC
Sep 20
Mark D. Roth
Sep 19
gRFC A86: xDS-Based HTTP CONNECT
I've published a gRFC for configuring HTTP CONNECT via xDS: https://github.com/grpc/proposal/pull
unread,
gRFC A86: xDS-Based HTTP CONNECT
I've published a gRFC for configuring HTTP CONNECT via xDS: https://github.com/grpc/proposal/pull
Sep 19
Mark D. Roth
Sep 19
gRFC A85: Changes to xDS LRS Custom Metrics Support
I've published a gRFC describing changes to how ORCA metrics are propagated to LRS: https://
unread,
gRFC A85: Changes to xDS LRS Custom Metrics Support
I've published a gRFC describing changes to how ORCA metrics are propagated to LRS: https://
Sep 19
Steven Peterson
,
Sam Riesland
2
Sep 18
Need help finishing .Natvis XML file for viewing GRPC/Protobuf types in debugger
The following natvis works for me. I added a bit to what I found here: https://github.com/KindDragon/
unread,
Need help finishing .Natvis XML file for viewing GRPC/Protobuf types in debugger
The following natvis works for me. I added a bit to what I found here: https://github.com/KindDragon/
Sep 18
Sergei “bsideup” Egorov
,
Larry Safran
3
Sep 12
Submitting a project
Thank you very much for the link, Larry! I promise I did a research on available info in https://
unread,
Submitting a project
Thank you very much for the link, Larry! I promise I did a research on available info in https://
Sep 12
Chris Cooper
Sep 10
gRPC videos from gRPConf 2024
When will the videos from gRPConf 2024 be available on YouTube?
unread,
gRPC videos from gRPConf 2024
When will the videos from gRPConf 2024 be available on YouTube?
Sep 10
Raimund Havelka
2
Sep 9
gRPC with OpenSSL v3 and Trusted Platform Module (TPM)
I have not found support of OpenSSL provider in gRPC. gRPC supports OpenSSL engine, which is already
unread,
gRPC with OpenSSL v3 and Trusted Platform Module (TPM)
I have not found support of OpenSSL provider in gRPC. gRPC supports OpenSSL engine, which is already
Sep 9
olivier barthelemy
,
Eric Anderson
2
Sep 9
Guarantees on 'completeness' when streaming big data
On Mon, Sep 9, 2024 at 6:23 AM olivier barthelemy <perso.olivie...@gmail.com> wrote:
unread,
Guarantees on 'completeness' when streaming big data
On Mon, Sep 9, 2024 at 6:23 AM olivier barthelemy <perso.olivie...@gmail.com> wrote:
Sep 9
Ramiro Aparicio Gallardo
Sep 9
Official support for grpc kotlin
Looking at the public grpc-kotlin repo it seems that the support is almost non existing, there is
unread,
Official support for grpc kotlin
Looking at the public grpc-kotlin repo it seems that the support is almost non existing, there is
Sep 9
Pragadeesh nagaraj
Sep 9
Using Sever streaming and blocking the stream RPC for continuous streaming
I am using grpc in server streaming mode and i will make a request from client using a RPC (
unread,
Using Sever streaming and blocking the stream RPC for continuous streaming
I am using grpc in server streaming mode and i will make a request from client using a RPC (
Sep 9
Tom Teag
, …
Jens Holst Schumacher
8
Sep 9
Future support of .NET 4.8 on GRPC Server side
GRPC does not appear to be a viable way forward for larger .net framework applications where the
unread,
Future support of .NET 4.8 on GRPC Server side
GRPC does not appear to be a viable way forward for larger .net framework applications where the
Sep 9
Andres Morey
Sep 5
gRPC fanout question
Hi All, I'm working on a Go library to send fanout queries to multiple gRPC servers simultanously
unread,
gRPC fanout question
Hi All, I'm working on a Go library to send fanout queries to multiple gRPC servers simultanously
Sep 5
Shailendra Manghate
Sep 5
Intermittent gRPC crash Persists in Version 1.63
Hi, I'm encountering a rare issue with gRPC, which i've observed since version 1.46, and it
unread,
Intermittent gRPC crash Persists in Version 1.63
Hi, I'm encountering a rare issue with gRPC, which i've observed since version 1.46, and it
Sep 5
TheSteve Бо.
,
Kannan Jayaprakasam
2
Sep 3
unix socket issue: after a grpc client reinstantiation ...
Need some more details. Are there any changes to the service proto and are you doing any rebuild of
unread,
unix socket issue: after a grpc client reinstantiation ...
Need some more details. Are there any changes to the service proto and are you doing any rebuild of
Sep 3
Ádám Boronyák
Aug 30
Acquire subchannel's states
Hi, I know that the state of the main channel can be acquired but I could not find a method to be
unread,
Acquire subchannel's states
Hi, I know that the state of the main channel can be acquired but I could not find a method to be
Aug 30
小煤球
, …
Daksha Tulshikar
9
Aug 30
Does GRPC C++ support OpenSSL3.0 compilation?
Hi Esun, I have an application which uses openssl v 1.1.1c. I am trying to integrate with grpc , it
unread,
Does GRPC C++ support OpenSSL3.0 compilation?
Hi Esun, I have an application which uses openssl v 1.1.1c. I am trying to integrate with grpc , it
Aug 30
topin89
Aug 30
If a Channel is in GRPC_CHANNEL_SHUTDOWN state, how should I delete all stubs and ClientAsyncReaderWriters?
Let's suppose there's async bidirectional stream in progress. So, a Channel is created, then
unread,
If a Channel is in GRPC_CHANNEL_SHUTDOWN state, how should I delete all stubs and ClientAsyncReaderWriters?
Let's suppose there's async bidirectional stream in progress. So, a Channel is created, then
Aug 30
AJ Heller
Aug 28
gRPC-Core Release 1.66.0 and 1.66.1
This is the 1.66.0 (gladiator) release announcement for gRPC-Core and the wrapped languages C++, C#,
unread,
gRPC-Core Release 1.66.0 and 1.66.1
This is the 1.66.0 (gladiator) release announcement for gRPC-Core and the wrapped languages C++, C#,
Aug 28