Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Is there a way to create Dynamic Topologies in Apache Storm?

avatar
New Member

Can we create dynamic topologies in Storm so that new bolts can be provisioned while topology is running on cluster.

1 ACCEPTED SOLUTION

avatar

As http://storm.apache.org/releases/1.0.2/Running-topologies-on-a-production-cluster.html calls out, "To update a running topology, the only option currently is to kill the current topology and resubmit a new one", but that does not mean that you cannot build some level of sophistication in your bolts that are dynamic. Usually this would mean build some level of configuration-driven behavior. That said, you cannot change the topology definition once it has been submitted. Happy Storming!!

View solution in original post

1 REPLY 1

avatar

As http://storm.apache.org/releases/1.0.2/Running-topologies-on-a-production-cluster.html calls out, "To update a running topology, the only option currently is to kill the current topology and resubmit a new one", but that does not mean that you cannot build some level of sophistication in your bolts that are dynamic. Usually this would mean build some level of configuration-driven behavior. That said, you cannot change the topology definition once it has been submitted. Happy Storming!!