mynameborat opened a new pull request, #1668: URL: https://github.com/apache/samza/pull/1668
**Description**: Prior to `TaskContext` and `ContainerContext`, the container thread pool was injected into `StreamOperatorTask` using `TaskFactoryUtil` and round about ways. Now that we have these contexts, it is easier to inject and simplify the DI. **Changes**: - Add container thread pool to `ContainerContext` - Clean up `TaskFactoryUtil` and other remnants of previous DI - Deprecate `StreamOperatorTaskFactory` **Tests**: - Unit tests - Updated existing tests **API Changes**: Added `getContainerThreadPool` to `ContainerContext` **Upgrade Instructions**: None **Usage Instructions**: None -- 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]
