You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/11/27 19:56:13 UTC

[GitHub] [samza] kw2542 opened a new pull request #1226: SAMZA-2406: Add ConfigLoader interface and default PropertiesConfigLo…

kw2542 opened a new pull request #1226: SAMZA-2406: Add ConfigLoader interface and default PropertiesConfigLo…
URL: https://github.com/apache/samza/pull/1226
 
 
   …ader implementation
   
   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.
   
   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:
users@infra.apache.org


With regards,
Apache Git Services