You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2019/03/11 04:34:00 UTC

[jira] [Assigned] (KAFKA-8088) Deprecate `WindowStoreIterator` interface

     [ https://issues.apache.org/jira/browse/KAFKA-8088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax reassigned KAFKA-8088:
--------------------------------------

    Assignee: Matthias J. Sax

> 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
>            Assignee: Matthias J. Sax
>            Priority: Major
>              Labels: kip
>
> 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)