guava-retrying
guava-retrying copied to clipboard
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...
Hi, This library is awesome. One small thing will improve is even further. The way guava cache can be created using a spec string, it would be awesome if I...
I have a scenario where I have to run a Database batch (insert/update). Sometimes, I receive "Connection reset" from the database connection. In this case, closing and retrieving a new...
..which makes the Retryer always accept a result.
pls, I like when my exceptions explode all the way to the top liek in php. kthx
With the current configuration of the gradle build file, the dependency on the google guava library currently resolves to 20.0-SNAPSHOT ``` dependencies { compile 'com.google.guava:guava:[10.+,)' compile 'com.google.code.findbugs:jsr305:2.0.2' // junit testing...
I want to use a backoff retry mechanism to send a list of http requests. Is there any way I can mark (with flag) the requests that succeeded only after...
I create a `retryer` using RetryBuild. I pass it a `shouldRetry()` predicate. I pass it a `retryListener` what si the flow? an `onRetry` event is triggered to the listener --->...
Usually when I use apache library I would use connection manager that will manage a connections pool for me seemingly How can i be sure that guava-retry uses connections pool?...
It would be lovely if Retryer read nanoTime from some sort of Clock abstraction. Mostly for sensible integration testing from library client perspective. Since this is jdk 1.6 project I...