You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Don Frascuchon <fr...@gmail.com> on 2015/02/26 13:09:37 UTC

Trident with IRichSpout

Hi,

I try to run the WordCount topology with a simple IRichSpout implementation
(instead of IBatchSpout) but doesn't work.

I show the aggregated tuples with a Debug filter, but isKeep never called.
It's everything ok  with a
IBatchSpout.

Any ideas ?
Thanks in advance!