Dmytro Titov
Dmytro Titov
I’m not very familiar with Protobuf, so I’ll just wait for you :) Thanks for the info!
Hm, my bad. I've just re-read the action definition here: it's given as intervals, e.g. `-1..0 off`, which means that integers can also be used in this case. I still...
> I think some of this would be simpler once generics are available. Very likely :) Let's wait for it then, thanks.
Hm, I now stumbled across a different issue: arity of the action/step. In the current implementation, action is one number (doesn't matter whether it's `int` or `float`). But for the...
Right, I see. Thanks anyway.
How's it going with this?
Sorry, that might be off-topic here, but I didn't want to create an issue for this question. I'm using spring-retry for retrying in Spring Cloud Config. So I have something...