Hello, Why not use the rebalance command? It's well documented here <http://storm.apache.org/releases/current/Understanding-the-parallelism-of-a-Storm-topology.html> .
Regards. On Thu, Jun 9, 2016 at 3:22 PM, Adrien Carreira <[email protected]> wrote: > Hi, > > After a month building a topology on storm. I've one question about > parallelism that I can't answer. > > I've developed my topology and tested on a cluster with two nodes. > > My parallelism_hint are ok, everything are fine. > > My question is, if I need to scale the number of worker in the topology to > have more worker dooing the same thing how can I achieve that without > kill/restart the topology > > Thanks for your reply >
