You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Naveen Somasundaram (JIRA)" <ji...@apache.org> on 2015/05/19 00:47:00 UTC

[jira] [Created] (SAMZA-682) Refactor Coordinator stream messages

Naveen Somasundaram created SAMZA-682:
-----------------------------------------

             Summary: Refactor Coordinator stream messages
                 Key: SAMZA-682
                 URL: https://issues.apache.org/jira/browse/SAMZA-682
             Project: Samza
          Issue Type: Sub-task
            Reporter: Naveen Somasundaram
            Assignee: Naveen Somasundaram


This is a code refactoring task for the coordinator stream consumption: 
1. we have all the coordinator stream messages in a single class as static inner class, make them separate classes in a new package
2. Move all the common functionality of  (CheckpointManager, ChangelogMappingManager, HostAffinityManager) to a base class (bootstrap, message type) etc. We can enough data now to understand the pattern to do this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)