[GitHub] kafka pull request #2152: KAFKA-4424: make serializer classes final

2016-11-23 Thread MatthiasBechtold
Github user MatthiasBechtold closed the pull request at: https://github.com/apache/kafka/pull/2152 --- 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

[GitHub] kafka pull request #2152: MINOR: make serializer classes final

2016-11-20 Thread MatthiasBechtold
GitHub user MatthiasBechtold opened a pull request: https://github.com/apache/kafka/pull/2152 MINOR: make serializer classes final implementations of simple serializers / deserializers should be final to prevent JVM method call overhead. See also: https