I've been using this lib in my projects. https://github.com/rholder/guava-retrying
On Wed, Jul 16, 2014 at 4:48 PM, David Capwell <[email protected]> wrote: > I was not thinking that retry is its own lib, but more like java util > package like guava. > > > On Wed, Jul 16, 2014 at 4:36 PM, Jordan Zimmerman < > [email protected]> wrote: > >> There’s not much to them, really. Do they really merit their own module? >> What do others think? >> >> -JZ >> >> On July 16, 2014 at 6:31:43 PM, David Capwell ([email protected]) wrote: >> >> I am working on a project that needs retry logic. I like curator's retry >> classes and was wondering if it would make sense to take some of the utils >> and make them their own libs? >> >> >
