Hi Pravin, Assume you have two topologies, A and B.
When building topology "A" you'll have a sink node writing to "topic-A-results", and when building topology "B" you'll specify "topic-A-results" as its source. You'll need to create these topics ahead of time. HTH Bill On Fri, Feb 23, 2018 at 12:09 AM, pravin kumar <pk007...@gmail.com> wrote: > Can we give the ouput of one processorTopology as the input to another > processorTopology. > > if it is possible,how can we do it. > Can anyone provide it with any example >