Hi All, I would like to send some extra information back to spout when a tuple is failed in some Bolt, so that Spout can decide if it want it to replay or just put the message into queue outside storm for admins to view.
So is there any way i can attach some more information when sending back failed tuple to spout.? One way i can think of is keeping such information outside storm in some datastore, with Tuple id and spout can lookup that, but looking for some way to do it via storm without bringing in other integration/datastore. Thanks Ravi.
