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

Provide examples and documentation around failure handling

Open hsaliak opened this issue 8 years ago • 0 comments

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

hsaliak avatar Jan 19 '17 00:01 hsaliak