Matthias J. Sax created KAFKA-8088: -------------------------------------- Summary: Deprecate `WindowStoreIterator` interface Key: KAFKA-8088 URL: https://issues.apache.org/jira/browse/KAFKA-8088 Project: Kafka Issue Type: Improvement Components: streams Reporter: Matthias J. Sax
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 -- This message was sent by Atlassian JIRA (v7.6.3#76005)