onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
guillaume 2019-04-12T14:41:33.002Z

I’ve implemented resuming and potential onyx failure scenarios as unit tests. Was inspired by this PR https://github.com/onyx-platform/onyx-examples/pull/14/files#diff-7745aeec18d5a1f8373de9fa6a8e5e7bR125 I would like to avoid doing the arbitrary timeout and instead hook (robert hooke) on a method call of the onyx.api that guarantees that a snapshot coordinate will be written. Any suggestion?