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
Hi.
We are using gRPC for some existing projects and we were looking into trying to enforce some upload/download speed requirements. Our use case is a bi-directional stream and we don't want to disrupt the user's experience by blasting their download or upload connection by transmitting too much data (if they have a slow connection). I was digging around but could not seem to find anything in the API's talking about how to limit the maximum kbps being transmitted or received. Is this possible with gRPC currently? I'm not even sure if HTTP/2 supports something like this.