I have a Storm cluster setup. I would like to add multiple, independent
topologies to it.
Can I just code up the topology, compile it into a jar file, and submit it
to the running
Storm instance?
Another way to look at it: can I have Storm as a "service" ? Where others
(in my team)
can submit their topologies, kill/restart them, etc.? I think this is known
as "multi tenancy",
tho I'm not sure about the terminology.
TIA!