Hi, I have a spout that emits a message on a stream. Since its on a development environment, I have a single instance of bolt to receive the message from stream and process it. The bolt is expected to ack the message to spout.
It works fine majority of the times except when the bolt sometimes does not receive the emitted message from the spout. I have to kill and redeploy the topology to fix this. Can someone share some insight on what might cause this behavior? Thanks, Sudha
