Fork me on GitHub
#yada
<
2016-04-15
>
malcolmsparks07:04:26

The problem yesterday was the old raw-stream = true issue

malcolmsparks07:04:21

I am also considering getting a tattoo so I don't forget

malcolmsparks07:04:33

suggestions for location gratefully received

mccraigmccraig07:04:37

the exception thrown when the stream ends with no final boundary could also say "have you set :raw-stream?"

martinklepsch09:04:37

So given that yada uses manifold quite a bit I'm wondering if anyone has pointers where to ask manifold related questions? simple_smile (I wrote a tiny bit of manifold code and would like to know if it's reasonable)

mccraigmccraig09:04:14

@martinklepsch: here would seem like a good place

martinklepsch09:04:43

err, I just noticed a typo s/manifold yada related Qs/manifold related Qs/ simple_smile

martinklepsch09:04:33

Questions I have: - is the use of manifold.time/every reasonable here? - does the usage of deferred make sense? - could it be improved in any other way?

mccraigmccraig10:04:40

@martinklepsch: chaining your processing actions looks reasonable, and if you need to poll then every looks fine

martinklepsch10:04:14

@mccraigmccraig: I was also playing with periodically briefly but couldn't get it to work. Not sure what the differences are either (beside that one emits a stream)

mccraigmccraig10:04:00

@martinklepsch: periodically is build on every afaics... i haven't really used either of them, 'cos i don't have any polling to do

mccraigmccraig11:04:22

(well, i guess onyx-kafka is doing all my polling for me 😄 )

martinklepsch11:04:59

Now that you say it: I guess I missed out on an onyx use case