I am evaluating storm and would like to know if the following is possible.I have a trading dsl to model all aspect of the trade life cycle. I have users (traders) model scenarios via and would like them to be able to deploy in an ad hoc fashion.So quotes, news, trade messages are all coming in and are each assigned a spout.The dsl generates small scala applications.Can I deploy these possibly as dynamic topologies? Can bolts come and go? Or does everything need to be known at startup?Perhaps create a spout that will listen for deploy/undeploy messages and a bolt could handle the work (ie add another bolt)?Hope that made sense.Thanks,Bobby