grpc / grpc/grpc-java

Implement connection attempt exponential timeout

Open
#1,943 0 comments 1 reaction 1 assignee Claimed by @ejona86 View on GitHub
enhancement
Dominant language
Java
Stars
12.1k
Forks
4k
Avg merge
2d 17h
Merged PRs (30d)
37

Description

This is not for exponential backoff, but for exponential timeout. Currently the timeouts involved aren't tuned at all between attempts. We want to have a single timeout applying to all parts of the connection attempt, as defined in the [connection backoff spec](https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md). This generally prevents the need for users to specify connect timeouts.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.