Fork me on GitHub
#onyx
<
2018-03-04
>
michaeldrogalis21:03:36

@dominicm Correct. For local-rt, you'd build this around the outsides of local-rt, perhaps with core.async timeout channels controlling the api/tick actions.

dominicm21:03:38

I was trying to be lazy, and let onyx do that hard work for me 😁

michaeldrogalis21:03:14

@dominicm You can do it fully distributed Onyx, with batch-timeout & batch-size. 🙂

dominicm21:03:19

@michaeldrogalis that might be a little heavy for what I need. I'm doing a relatively simple ETL job which streams in.

michaeldrogalis21:03:08

@dominicm Yeah, makes sense. Something simple around local-rt should do the trick since it's stateless.