Hi, Have you enable message timeout. The Spout should retry emitting the message, if its not acked by the bolt. Reards, Madan On Sep 26, 2015 19:44, "Sudha Subramanian" <[email protected]> wrote:
> 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 >
