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

Support SliceStream with forwardable pane info

    XMLWordPrintableJSON

Details

    Description

      Support slicing operation that produces slicing:

      val slicedStream: SlicedStream = inputStream
        .keyBy("key")
        .sliceWindow(Time.seconds(5L))       // new “slice window” concept: to combine 
                                             // tumble results based on discrete
                                             // non-overlapping windows.
        .aggregate(aggFunc)
      

      SlicedStream will produce results that exposes current WindowOperator internal state InternalAppendingState<K, W, IN, ACC, ACC>, which can be later applied with WindowFunction separately in another operator.

      Attachments

        Issue Links

          Activity

            People

              rongr Rong Rong
              rongr Rong Rong
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m