Hi, I have one query related to the order in which open()-nextTuple() and prepare()-execute() methods are invoked by storm. In one of my use cases the amount of work that I do in open() or prepare() is more. It may take more time for it to get completed.
Is there a guarantee that storm will not invoke execute() of the bolt before prepare() is completed? If not, is there a time period up to which storm will wait for the prepare() of the bolt to complete before invoking execute(). Thanks, Richards Peter.
