Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2590 KIP-28: Kafka Streams Checklist
  3. KAFKA-3192

Add implicit unlimited windowed aggregation for KStream

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0.0
    • None
    • None

    Description

      Some users would want to have a convenient way to specify "unlimited windowed aggregation" for KStreams. We can add that as a syntax-suger like the following:

      KTable aggregateByKey(aggregator)
      

      Where it computes the aggregate WITHOUT windowing, and the underlying implementation just use a RocksDBStore instead of a RocksDBWindowStore, and the returned type will be KTable, not KTable<Windowed, ?>.

      With this we can also remove UnlimitedWindows specs.

      Attachments

        Activity

          People

            guozhang Guozhang Wang
            guozhang Guozhang Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: