Hi,

I have some doubts about of working with the multiple streams in a single
topology.
According to the Storm documentation the spout have to :
1. in the emit method send the stream id
2. in the spout's declareOutputFields method call declareStream method with
the stream ID

But should I define the stream IDs during topology build (TopologyBuilder)
, as well ? Or doing 1 and 2 it's enough? Is possible define multiple
streams in TopologyBuilder?
Will appreciate if you can send me the examples / docs regarding this topic
Thank you in advance,
Vlad

Reply via email to