Hi All, In real cases, chances are that we need to do some async tasks in the blot's execute(), the async tasks may be completed after execute() returns, so is it ok to emit tuples to downstream then? And is it ok to emit tuples anchoring the input tuple at that time?
Similarly, is it ok to ack the input tuple in async way after execute() returns? I'm newbie to storm, please help, thanks!
