[GitHub] kafka pull request #2102: KAFKA-2284: corrects value type in beforeReleasing...

2016-11-20 Thread leachbj
Github user leachbj closed the pull request at: https://github.com/apache/kafka/pull/2102 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] kafka pull request #2102: KAFKA-2284: corrects value type in beforeReleasing...

2016-11-03 Thread leachbj
GitHub user leachbj opened a pull request: https://github.com/apache/kafka/pull/2102 KAFKA-2284: corrects value type in beforeReleasingPartitions Previously the values in the map were scala Set values, now they are correctly java.util.Set as advertised by API. You can merge