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.
- An Apache Storm bolt receive multiple input tuples from... Chun Yuen Lim
- Re: An Apache Storm bolt receive multiple input tu... Florian Hussonnois
