Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve the reconnection backoff #181

Merged
merged 3 commits into from
Sep 10, 2024
Merged

Conversation

mattisonchao
Copy link
Member

Motivation

The GRPC default backoff is from 2s to 120s, which is very long for time sensitive usage.

Modification

Using reflection to replace the existing backoff here due to that is not configurable.

FYI: grpc/grpc-java#10932 (comment)

@mattisonchao mattisonchao merged commit 992e86f into main Sep 10, 2024
1 check passed
@mattisonchao mattisonchao deleted the feat.reconnect.backoff branch September 10, 2024 05:53
@mattisonchao mattisonchao restored the feat.reconnect.backoff branch September 10, 2024 05:53
@mattisonchao mattisonchao deleted the feat.reconnect.backoff branch September 10, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants