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
Bug: StopStrategies&StopStrategies will throw unformatted message #97
Reproduce:
It will throw print:
The reason is for guava will format "%s", but we input "%d".