[ https://issues.apache.org/jira/browse/KAFKA-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366109#comment-15366109 ]
ASF GitHub Bot commented on KAFKA-3680: --------------------------------------- GitHub user rajinisivaram reopened a pull request: https://github.com/apache/kafka/pull/1421 KAFKA-3680: Enable Kafka clients to run in any classloader env Configure default classes using class objects instead of class names, enable configurable lists of classes to be specified as class objects, add tests for different classloader configurations. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-3680 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1421.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1421 ---- commit 364d42f5a2297cd75151d0f4d83f48a41b817f3f Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2016-05-24T09:52:48Z KAFKA-3680: Enable Kafka clients to run in any classloader env ---- > Make Java client classloading more flexible > ------------------------------------------- > > Key: KAFKA-3680 > URL: https://issues.apache.org/jira/browse/KAFKA-3680 > Project: Kafka > Issue Type: Improvement > Components: clients > Affects Versions: 0.10.0.0 > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > > JIRA corresponding to > [KIP-60|https://cwiki.apache.org/confluence/display/KAFKA/KIP-60+-+Make+Java+client+classloading+more+flexible] > to enable classloading of default classes and custom classes to work in > different classloading environments. -- This message was sent by Atlassian JIRA (v6.3.4#6332)