dnishimura opened a new pull request #1006: SAMZA-2171 : Implement MetadataResourceLoader to encapsulate loading of metadata resources URL: https://github.com/apache/samza/pull/1006 **Motivation:** Before this PR, the code to create the checkpoint and changelog streams are copy and pasted to each JobCoordinator implementation. This PR encapsulates that logic in a `MetadataResourceLoader` so that future JobCoordinator implementations don't have to copy and paste duplicate logic and we can add other metadata resources that we may want to create in the future. @shanthoosh @prateekm @cameronlee314 - please take a look when you get a chance. The likely follow on is to add the startpoint manager fan out call in the `MetadataResourceLoader#createResources` method.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
