grpc / grpc.github.io

The grpc.io website. (on GitHub pages)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document the state of flow control mechanisms in gRPC

hsaliak opened this issue · comments

Flow Control
We often speak of gRPC taking advantage HTTP/2 flow control. How do we actually use this and what is the current state of this in the 3 different implementations?

Common Questions:

  • How do I invoke flow control?
  • How do I configure basic parameters, e.g., RPS?
  • How do I enforce throttling?

This can be a high level document with 1 language as an example (while discussing at a high level the state of others)

Examples checklist:

  • Java
  • Go
  • C++
  • All other languages