On Mar 16, 6:57 am, abhinav <
abhinav...@gmail.com> wrote:
> Lionel,
>
> Could you clarify a bit further with some additional details about S1, S2
> and S3? Are they spouts or bolts?
> What do you mean by "sync both"?
>
> Thanks,
> --Abhi
>
>
>
>
>
>
>
> On Thu, Mar 15, 2012 at 2:31 PM, Lionel Touati <
ltou...@gmail.com> wrote:
> > Hi List,
>
> > I've got a question wrt storm. I'd like to create the following topology (
> > not even sure its possible).
>
> > S1-----
> > |____S3
> > |
> > S2-----
>
> > Both S1 & S2 emit a tupple for consuption by S3
>
> > Here's a sample of my topology
>
> > builder.setBolt("ipDetectionBolt", new
> > IPAddressDetectorBolt()).shuffleGrouping("retrieveMessageFromQueueSpout");
> > builder.setBolt("pageDetectionBolt", new
> > PageDetectorBolt()).shuffleGrouping("retrieveMessageFromQueueSpout");
> > builder.setBolt("customerDetectionBolt", new
> > CustomerDetectionBolt()).shuffleGrouping("ipDetectionBolt").shuffleGrouping ("pageDetectionBolt");