You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Pavel Sapozhnikov <pa...@gmail.com> on 2018/07/06 20:23:27 UTC

Storm retries

Hi

I have very simple process one spout, bolt x emitting and bolt y consuming
bolt x.

When I ack from bolt x but fail in bolt y will same tupple go through bolt
x and bolt y or just bolt y.

How in storm can I determine that the current tupple is a repeat?

Thanks
Pavel