[GitHub] kafka pull request #4129: KAFKA-6115: TaskManager should be type aware

2017-11-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/4129 ---

[GitHub] kafka pull request #4129: KAFKA-6115: TaskManager should be type aware

2017-10-24 Thread mjsax
GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/4129 KAFKA-6115: TaskManager should be type aware - remove type specific methods from Task interface - add generics to preserve task type - add sub classes for different task types You can