grpc.github.io
grpc.github.io copied to clipboard
Provide examples and documentation around failure handling
Failure handling (both client-side and server-side)
- How do we handle different types of failures, including connection errors, and/or dropped streaming connection?
- How to deal with dropped connections?
- Who handles the connection resumes? Does gRPC magically resumes the connection for me? If so, is there a retry configuration?
- Connection retry and backoffs - how does that work and how can you configure it?
Implementation order
- [ ] Java
- [ ] Go
- [ ] Wrapped language eg C#/Python