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

Add existing ExponentialBackOff to common project #5930

Open
liran2000 opened this issue Feb 24, 2022 · 2 comments
Open

Add existing ExponentialBackOff to common project #5930

liran2000 opened this issue Feb 24, 2022 · 2 comments

Comments

@liran2000
Copy link

Exponential BackOff is a generic use for retry mechanism with backoff and jitter, and commonly used and needed in several applications for multiple different purposes, like failure handling.

Currently, there is an existing implementation for it at com.google.api.client.util.ExponentialBackOff.

Request here is to move, copy or add BackOff interface with the ExponentialBackOff implementation to Guava common project, as many projects do not need http-client dependency, and still want to use Exponential BackOff for multiple purposes which are not related to http client.

http-client depends on Guava anyway.

@ritikBhandari
Copy link

hi,
Can I work on this issue?

@liran2000
Copy link
Author

hi @chaoren

Is it possible to have this issue reviewed by someone, for approving and assigning it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants