kw2542 opened a new pull request #1400:
URL: https://github.com/apache/samza/pull/1400


   Issues: app.runner.class config is hard coded across multple places in Samza.
   
   Changes:
   1. Move ApplicationRunners.java from samza-api to samza-core module while 
the package name stays.
   2. Add app.runner.class and getAppRunnerClass method to ApplicationConfig.
   3. Update occurrence of app.runner.class to 
ApplicationConfig.APP_RUNNER_CLASS.
   
   API Changes:
   Usage of ApplicationRunners need to depend on samza-core module instead of 
samza-api.
   Upgrade Instructions:
   Depend on samza-core instead of samza-api module.
   Usage Instructions:
   N/A


----------------------------------------------------------------
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]


Reply via email to