Alexey Kuzin
Alexey Kuzin
I believe it can be not a "drop-in" replacement, but another option. Because for some loads a "random jitter" approach may be more effective than an exponential backoff.
The merged implementation is good for `crud` API but needs rework for `box` API to move out from using the offsets in iteration.
Possible solution: implement encoding procedure as suggested in https://github.com/tarantool/tarantool/issues/1629#issuecomment-705097392
Checklist: - [ ] Unit tests - [ ] Add to documentation
It should set a read timeout for a request if I understand correctly what this ticket is about.
The proper solution for this is to use https://github.com/netty/netty/blob/4.1/handler/src/main/java/io/netty/handler/timeout/ReadTimeoutHandler.java. It seems the option was added with that in mind, but the handler was not added.
Although I don't like the idea of passing a list of converters simultaneously (that gives some ambiguity about the order of these converters in the stack), I agree with this...
Need to add the comment https://github.com/tarantool/expirationd/issues/38#issuecomment-715667451 into README
Affects https://github.com/tarantool/cartridge-java/issues/89