You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "John Roesler (JIRA)" <ji...@apache.org> on 2019/02/14 16:45:00 UTC

[jira] [Resolved] (KAFKA-7916) Streams store cleanup: unify wrapping

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

John Roesler resolved KAFKA-7916.
---------------------------------
    Resolution: Fixed

> Streams store cleanup: unify wrapping
> -------------------------------------
>
>                 Key: KAFKA-7916
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7916
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: John Roesler
>            Assignee: John Roesler
>            Priority: Major
>
> The internal store handling in Streams has become quite complex, with many layers of wrapping for different bookeeping operations.
> The first thing we can do about this is to at least unify the wrapping strategy, such that *all* store wrappers extend WrappedStateStore. This would make the code easier to understand, since all wrappers would have the same basic shape.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)