Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-17316

Have HourlyTips solutions use TumblingEventTimeWindows.of

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            alpinegizmo David Anderson
            alpinegizmo David Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: