David Anderson created FLINK-17316:
--------------------------------------
Summary: Have HourlyTips solutions use TumblingEventTimeWindows.of
Key: FLINK-17316
URL:
https://issues.apache.org/jira/browse/FLINK-17316 Project: Flink
Issue Type: Improvement
Components: Documentation / Training / Exercises
Reporter: David Anderson
Assignee: David Anderson
In an educational context I think it's better to use
.window(TumblingEventTimeWindows.of(Time.hours(1)))
rather than
.timeWindow(Time.hours(1))
--
This message was sent by Atlassian Jira
(v8.3.4#803005)