You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "David Anderson (Jira)" <ji...@apache.org> on 2020/04/22 06:39:00 UTC

[jira] [Created] (FLINK-17316) Have HourlyTips solutions use TumblingEventTimeWindows.of

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)