Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In an educational context I think it's better to use
.window(TumblingEventTimeWindows.of(Time.hours(1)))
rather than
.timeWindow(Time.hours(1))
Depending on the time characteristic is not a best practice.