rholder / guava-retrying

This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.
Apache License 2.0
1.43k stars 275 forks source link

Include Full Jitter BackOff support, fixing new Guava compatibility issues and update Gradle to 4.8.1 #95

Open rodfsouza opened 4 years ago

rodfsouza commented 4 years ago
  1. Make the code compatible with the latest changes for Guava 29.0
  2. Upgrades Gradle to 4.8.1
  3. Include an additional wait strategy for Full Jitter (AWS)
itning commented 3 years ago

Since this project has not been maintained for a long time, I fork this project and fix the problem https://github.com/itning/guava-retrying3