Quick question aboutacking. If I had a bolt that had a loop; and inside that loop it emits a message to the stream for each iteration, should I ack immediately after each emit call in the loop? Or do I ack at the end of the bolt execution (after the loop is done)?
Thanks in advance!
