Ok. So, using BaseBasicBolt guarantees acks for tuples on execute method completion, right?
Regards, Kashyap On Wednesday, April 30, 2014, Nathan Marz <[email protected]> wrote: > That sounds like a bad idea. The whole point of using BasicBolt's is to > not manually ack tuples. If you want control over acking, use RichBolt's. > > > On Tue, Apr 29, 2014 at 9:18 PM, Kashyap Mhaisekar > <[email protected]<javascript:_e(%7B%7D,'cvml','[email protected]');> > > wrote: > >> Hi, >> Is there a way to get reference to outputCollector using >> BasicOutputCollector? I want to be able to use this for acking some tuples. >> >> Thanks in advance! >> Regards, >> kashyap >> > > > > -- > Twitter: @nathanmarz > http://nathanmarz.com >
