Fork me on GitHub
#onyx
<
2017-12-29
>
kenbier09:12:14

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

kenbier09:12:42

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

lucasbradstreet09:12:09

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

kenbier09:12:49

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

kenbier10:12:28

> 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.