How to create scheduled tasks in Kafka Stream?

2018-07-09 Thread Bin Zhu
Hello, Is there any way to run scheduled tasks in Kafka Stream? The use case is like: once the event is received, after 5 minutes (no new events are coming at that time), run the job with that event. Is it doable via processor API or DSL? Thanks, Bin

Re: How to create scheduled tasks in Kafka Stream?

2018-07-09 Thread Bin Zhu
r-guide/processor-api.html#defining-a-stream-processor > > > Guozhang > > On Mon, Jul 9, 2018 at 9:09 AM, Bin Zhu wrote: > > > Hello, > > > > Is there any way to run scheduled tasks in Kafka Stream? > > The use case is like: once the event is received, afte