kw2542 opened a new pull request #1226: SAMZA-2406: Add ConfigLoader interface and default PropertiesConfigLo… URL: https://github.com/apache/samza/pull/1226 Add ConfigLoader interface and default PropertiesConfigLoader implementation, which will be used on AM to fetch configs. The existing ConfigFactory interface will be deprecated and removed as we will not fetch configs on start up script run-app.sh anymore. Design: https://cwiki.apache.org/confluence/display/SAMZA/SEP-23%3A+Simplify+Job+Runner Changes: 1. Add ConfigLoader interface which will be used in job coordinator to retrieve config from. 2. Add PropertiesConfigLoader which is a default implementation of ConfigLoader that reads a local properties file given the file path. API Changes: N/A. This is part of a series PRs, detailed information will be provided in the last/main PR. Upgrade Instructions: N/A. This is part of a series PRs, detailed information will be provided in the last/main PR. Usage Instructions: N/A. This is part of a series PRs, detailed information will be provided in the last/main PR. Tests: 1. Add TestPropertiesConfigLoader to unit test PropertiesConfigLoader.
---------------------------------------------------------------- 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
