onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
foobar 2018-08-21T12:23:14.000100Z

Any tips for reading messages from a kafka topic? I don't see any errors in my logs but nothing is received

foobar 2018-08-21T13:46:41.000100Z

Using helpers/take-now works and reads all the messages, but I get nothing using workflow with submit-job

foobar 2018-08-21T14:52:53.000100Z

It looks like I don't wait for messages, instead my job completes

foobar 2018-08-21T14:53:07.000100Z

How can I make my workflow wait for messages?

foobar 2018-08-21T21:13:47.000100Z

solved