Hi, 


I need to use the bolt which has to consume the data emitted from one spout and 
two different bolts, (i.e) tuples emitted from spout_1, bolt_1 and bolt_2 will 
go to bolt_3. And I need to apply fields grouping for all the tuples received 
in bolt_3, 

I declared the bolt as following.

      builder.setBolt("bolt_3", new LiveDataBolt(), 12) 

            .fieldsGrouping("spout_1", new Fields("id"))

            .fieldsGrouping("bolt_1", new Fields("id"))

            .fieldsGrouping("bolt_2", new Fields("id"));


but the bolt doesn't consume any data. Do i need to declare them in any other 
way? 







Thanks 

Pavithra







Sent using https://www.zoho.com/mail/

Reply via email to