Any tips for reading messages from a kafka topic? I don't see any errors in my logs but nothing is received
Using helpers/take-now works and reads all the messages, but I get nothing using workflow with submit-job
It looks like I don't wait for messages, instead my job completes
How can I make my workflow wait for messages?
solved