I have two topology. One of which is very simple, Spout generates a random number and the Bolt saves the same in the database. This topology works fine both as a local cluster and when submitted to Storm using StormSubmitter.
The next one, though is little complicated, follows the same code pattern as the previous topology. This topology, works perfectly when implemented as LocalCluster but doesn't work when I use StormSubmitter. What could be the reason this fails? -- Rahul J
