Guozhang Wang created KAFKA-6721: ------------------------------------ Summary: Consolidate state store management for global stores and normal stores Key: KAFKA-6721 URL: https://issues.apache.org/jira/browse/KAFKA-6721 Project: Kafka Issue Type: Improvement Components: streams Reporter: Guozhang Wang
Today the internal logic of handling global state store restoration and update, and normal store restoration are separated in two set of classes. Hence whenever we are updating the logic for one of it we need to do the same for others, which we may easily forget, causing regressions. As a tech debt cleanup we should consider consolidating the logic of global state stores into `StateRestorer` and `StoreChangelogReader` if possible. -- This message was sent by Atlassian JIRA (v7.6.3#76005)