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

2015-03-28 Thread Phill Tomlinson
wake-up time. It's polling rather than event driven but depending on the event frequency you may be able to find a window interval which is a good approximation. Garry 1) http://samza.apache.org/learn/documentation/0.8/api/javadocs/ -Original Message----- From: Phill

Execute a Task Periodically rather than through a stream of events

2015-03-27 Thread Phill Tomlinson
Hi, I was wondering if it I was possible to execute a Samza task/stream on a periodic timer, rather than ingesting from a specific data source? My use case is if there is a stream that deals with certain events these events can store some state in a tasks local database. These events that go in