Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.0.1
-
None
-
None
Description
When i define a topology such :
Spout1 -> persistantAggregator -> Stream -> join
Spout2 -> Join (the same one)
Join never produces data.
To produce data i need to add a persistantAggregator in other stream.
This persistantAggregator aggregate nothing and just repeat input tuple.
I join a java class testing each configuration
thx