Lucas Bradstreet

Results 95 comments of Lucas Bradstreet

I've been meaning to experiment with some clojure bisect patterns / kung fu, and also use cljx, so I might give this a go. I'm also having a lot of...

Kafka java clients does not have specific authentication timeout. Instead we have connection setup timeout (includes tcp connection setup as well SSL/SASL handshake). default is 10 seconds with the connection...

Hi @ifesdjeen Thanks for the quick reply. I constructed the example from the dynamic frames section: https://github.com/clojurewerkz/buffy/blob/master/README.md#dynamic-frames Code was from the following line: "It's implementation is a little bit more...

I'm not sure I completely understand the use case, but the way I would think you would make this work is you would check whether it's an output task in...

Okay, thanks. I’ll look into this one when I get a moment. > On 21 Jan 2018, at 15:25, Roman Pearah wrote: > > I don't believe so as there's...

Some schema checks sprinkled around here would also help when running tests.

This is fine as long as the plugin knows enough about the source to not do anything on each poll! until the job is determined to be completed. That said,...

I note that the job eventually completes (albeit after poll! is called a bunch). I have a proposed fix in https://github.com/onyx-platform/onyx/pull/867 which will check whether the plugin returns completed? before...