Chris Riccomini created SAMZA-39:
------------------------------------

             Summary: Split up SamzaContainer.apply
                 Key: SAMZA-39
                 URL: https://issues.apache.org/jira/browse/SAMZA-39
             Project: Samza
          Issue Type: Bug
          Components: container
    Affects Versions: 0.6.0
            Reporter: Chris Riccomini


SamzaContainber.apply does all of the wiring for SamzaContainer. This is one 
giant blob of ~350 lines of code, which is a bit difficult to understand and 
maintain. I'm OK with any way of doing this, provided that it doesn't involve 
passing Config objects to anything other than apply/factory methods. I want to 
maintain the clean line of separation we have with Config right now, which is 
that it's only used in apply/factory methods.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to