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>
2017-12-29T09:35:14.000026Z

thanks @lucasbradstreet. I may have to consume from kafka, so resume points would let me pick up where i left off in the queue? if so may need that

2017-12-29T09:35:42.000002Z

ZK and job would be in the same jar though, yes.

lucasbradstreet 2017-12-29T09:47:09.000025Z

Yeah, it would be pretty difficult to make it be able to recover kafka checkpoints when the processes die then. Seems like a no go

2017-12-29T09:48:29.000145Z

ah ok

2017-12-29T09:49:49.000087Z

i suppose i can do initial tests with an embedded ZK and then move to an actual cluster if onyx looks like a good fit

2017-12-29T10:02:28.000134Z

> When you’re ready to stand your jar up, simply uberjar and start executing on the target machine. And i could theoretically push an uberjar that, on startup, kills all current jobs, migrates the database, and resumes all jobs? Thanks.