Hi, I have read over the docs here <http://storm.incubator.apache.org/documentation/Understanding-the-parallelism-of-a-Storm-topology.html> and this stackoverflow answer <http://stackoverflow.com/questions/14132871/elastic-storm-topology-storm-hadoop-coexisting>. Though I'm still not clear how to scale by adding additional physical machines and processes. The recommendations in both articles suggest to increase the parallelism which increases the number of threads. This would assume that the machines running the storm topology have enough capacity to handle the increases in load the additional threads add.
My question is how do I add additional physical machines and processes to a running storm topology? Thanks, Josh
