zhang-chris opened a new pull request #1588: URL: https://github.com/apache/samza/pull/1588
Feature: [SAMZA-2720](https://issues.apache.org/jira/browse/SAMZA-2720) Changes: Allow custom task executor to be injected and used. Tests: Added unit testing and verified working on local deployment. API Changes: This backwards compatible change introduces a way to inject custom task executor. The default behavior is unchanged - use plain java executor. Upgrade Instructions: None Usage: 1. Implement TaskExecutorFactory interface. 2. Configure config key “job.container.task.executor.type” with implementation class name (eg "org.apache.samza.task.DefaultTaskExecutorFactory") -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
