Thanks Nathan On Apr 30, 2014 3:50 PM, "Nathan Marz" <[email protected]> wrote:
> Yes, that's right. > > > On Wed, Apr 30, 2014 at 4:43 AM, Kashyap Mhaisekar <[email protected]>wrote: > >> 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]>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 >>> >> > > > -- > Twitter: @nathanmarz > http://nathanmarz.com >
