Hi, This answer may help you : http://stackoverflow.com/questions/30386338/sent-different-tuples-from-1-spout-to-different-bolt-in-apache-storm/30396802#30396802
2015-05-23 10:40 GMT+02:00 Chun Yuen Lim <[email protected]>: > Is it possible for a bolt receive multiple input tuples from different > spout/bolt? > For instance, Bolt C receive input tuples from Spout A and input tuples > from Bolt B to be processed. How should I implement it? I mean writing the > Java code for Bolt C and also its topology. > > -- Florian HUSSONNOIS
