Can 1 spout emit 2 tuples to 2 different bolt ? How should I do so using spout in Java? Like this: outputcollector.emit(new Values(A, B)), where A is the tuple to sent to bolt C and B is tuple to sent to bolt D?
- 1 spout emit 2 tuples to 2 different bolt Chun Yuen Lim
