You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Sudha Subramanian <su...@gmail.com> on 2015/05/03 16:22:25 UTC

Tick tuple using spout

Hi,

I want to configure my spout to emit tick tuples on 2 different frequencies
on different streams. My questions are as follows:

   1.

   I understand how this is done using a bolt. But, on a spout, will the
   tick tuple invoke the nextTuple method on every tick?
   2.

   How can I determine the frequency at which the tick was invoked?
   Meaning, the actual value of the time I configured in the config object?



Thanks, Sudha