grpc.github.io
grpc.github.io copied to clipboard
Document the state of flow control mechanisms in gRPC
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