Hi,

In my storm setup data arrives in form of files that I have to read and
emit in my spout. Also my topology is very dynamic. Some topologies run
quite long, whereas other can turned on and off frequently. In order to
avoid that I have n spouts reading from the files, I was wondering if could
have just one topology in the cluster which reads from the file and just
emits tuples? All other topologies would than register and that "listen" to
taht topology.

Cheers,

Klaus

Reply via email to