grpc.github.io icon indicating copy to clipboard operation
grpc.github.io copied to clipboard

Document the state of flow control mechanisms in gRPC

Open hsaliak opened this issue 8 years ago • 0 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

hsaliak avatar Jan 19 '17 00:01 hsaliak