What's the connection between the writeQuota and flow control window in grpc-go?
25 views
Skip to first unread message
Icarus Wu
unread,
Sep 15, 2025, 11:00:53 AM (11 days ago) Sep 15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Recently, I hit a `Send` block problem with grpc-go streaming. We located the problem that happened in the flowcontrol.go/writeQuota with pprof. I'm trying to read the source code to figure out how the flow control works, but it's a little bit complex.
If someone is familiar with grpc-go, could you please explain the following 3 ingredients in the flow control? I'd like to know if they're impacted by each other. Thanks.