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

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

John Roesler created KAFKA-7916:
-----------------------------------

             Summary: Streams store cleanup: unify wrapping
                 Key: KAFKA-7916
                 URL: https://issues.apache.org/jira/browse/KAFKA-7916
             Project: Kafka
          Issue Type: Improvement
            Reporter: John Roesler
            Assignee: John Roesler


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)