Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-8088

Deprecate `WindowStoreIterator` interface

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • streams

    Description

      The `WindowStore` interface has multiple methods to fetch() data. However, the return types are mixed up. Two methods return `WindowStoreIterator` while all others return `KeyValueIterator`.

      We should align the return types and replace `WindowStoreIterator` with `KeyValueIterator`. For backward compatibility reasons we can only deprecate the interface for now and remove it only later.

      KIP-439: https://cwiki.apache.org/confluence/display/KAFKA/KIP-439%3A+Deprecate+Interface+WindowStoreIterator

      Attachments

        Issue Links

          Activity

            People

              mjsax Matthias J. Sax
              mjsax Matthias J. Sax
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: