Dave Syer
Dave Syer
The changes to `build.gradle` are just whitespace right? So we don't need them. Also the build failed (error message tells you how to fix it).
I think we ran out of energy on this one. Assume not needed.
I'd be interested to know if anyone else cares about this. No objection in principle.
Some of this is interesting. I'm not sure we want the pom.xml change (we've discussed that before and concluded it should already be covered by the format plugin). The date...
Timeout waiting for more changes.
Reactor has its own retry framework, and we don’t know yet if it can be adapted to the declarative model in spring-retry. It’s far from obvious how it would work...
That's a start. I see that you changed the contract of `BackoffPolicy` (and then it looks like you didn't use the value it generated in the non-reactive case?). We probably...
Sounds good.
Again, Reactor has its own retry mechanism. You should use it. If we implement something here it is likely to be along the lines outlined in #176 (there's a branch...
Did you try `@Retryable(recover=...)` (note the spelling of both annotation name and attribute)? Or is it just that you need the `@CircuitBreaker` to alias that attribute before it will work?...