Skip to content

Add existing ExponentialBackOff to common project #5930

@liran2000

Description

@liran2000

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions