onyx

foobar 2018-08-21T12:17:20.000200Z

@foobar has joined the channel

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?

mlimotte 2018-08-21T19:07:57.000200Z

@mlimotte has left the channel

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

solved