Hello,
My uderstanding is Masterbatch spout coordinator calls isready() on coordinator then initializetransaction , then emitBatch of emitter then success of emitter , then success of coordinator . Is there any way through which I can set a flag in emitter success method to stop calling Masterbatch spout coordinator isready() that means my purpose is next batch should be called only when emitter success method callNextBatch flag is true which based on some logic I want to set programmatically.
