Fork me on GitHub
#onyx
<
2017-08-04
>
lxsameer09:08:09

Is it ok for a task to have side effects ? like reporting metrics ?

lxsameer15:08:10

cool, and another thing, how should i pass streams to my tasks ?

lxsameer15:08:17

@michaeldrogalis i receive an stream of data from client side, i was wondering can i do the same with onyx jobs, i mean provide data as an stream to them

lxsameer15:08:36

for example the input of the pipeline be a stream reader

michaeldrogalis15:08:49

@lxsameer Use a plugin and input task.

lxsameer15:08:21

cool, thanks