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.

Reply via email to