RE: Execute a Task Periodically rather than through a stream of events

2015-03-28 Thread Phill Tomlinson
Thanks Garry. Will take a look. -Original Message- From: Garry Turkington [mailto:g.turking...@improvedigital.com] Sent: 27 March 2015 10:14 To: dev@samza.apache.org Subject: RE: Execute a Task Periodically rather than through a stream of events Hi Phill, So to understand you want the

RE: Execute a Task Periodically rather than through a stream of events

2015-03-27 Thread Garry Turkington
Hi Phill, So to understand you want the ability to have a task method executed based on a variable timer for each stored message? There isn't direct support for that type of processing. One way of getting close may be to have your task implement WindowableTask(1) and in the window() method lo