Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- relates to
-
KAFKA-8023 Improve global state store restoration by using multiple update threads
- Open