Hi all,

I am trying to keep track of the biggest value in a stream. I do this by using the iterative step mechanism of Apache Flink. However, I get an exception that checkpointing is not supported for iterative jobs. Why can't this be enabled? My iterative stream is also quite small: only one value. Is there a better way to keep track of a largest value in a stream?

Regards,
Kevin

Reply via email to