storm-esper
storm-esper copied to clipboard
Tuple Anchoring
Firstly, just wanted to say good work on integrating Esper into Storm. I am currently using it in a project and it appears to be working nicely.
I have one concern however - how do you deal with anchoring? I want to ensure reliability within my topology but the tuple I have in execute() is not what I have in update() within the Esper Bolt.
Wondering if you have any advice on how to get around this?
Thanks.