You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Samit Sasan <sa...@gmail.com> on 2014/01/02 12:12:41 UTC

Using a stream from one topology in another topology

Hi,

I had a use case where i needed to perform a generic set of operations
(common operations) and then run N different operations on the resultant
stream.

One way is to replicate all the processing logic in all the N topologies.

Is there any way that i can have the common logic in one topology and use
the resultant stream in the downsize (simple) N topologies.


Thanks,
Samit