I am trying to use parallelism concept in apache-Storm.I want to know how to submit multiple spouts by single topology.
Here is my code for single topology submission
TwitterTopologyCreator topology = new TwitterTopologyCreator();
topology.createTopology(topologyName, clientName);
you can use multiple spouts in a topology in following way.