Hi, We are using *apache storm 1.2.1. *In reference to this link https://stackoverflow.com/questions/48719370/apachestorm-who-calls-spout-nexttuple Suppose we have spout parallelism as 3, and topology workers as 1 so that all threads are in one worker. Will nextTuple() be called on all these threads in parallel (simultaneously at the same moment) or will the spout executor thread will call these nextTuple() one by one after the previous call had returned?
Thanks, Jayant Sharma
