Brett Konold created SAMZA-2528:
-----------------------------------
Summary: Refactor side input out of ContainerStorageManager
Key: SAMZA-2528
URL: https://issues.apache.org/jira/browse/SAMZA-2528
Project: Samza
Issue Type: Sub-task
Reporter: Brett Konold
Currently ContainerStorageManager handles both side input and non-side input
stores for each task. There is little dependency between the two, and making
changes to the class is difficult due to its size and scope of responsbility.
One option would be to split CSM into two classes, one for side input stores
and one for non-side input stores with the lifecycle of both classes managed at
the SamzaContainer level.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)