GitHub user eribeiro opened a pull request: https://github.com/apache/kafka/pull/2295
MINOR: Mx4jLoader always returns false even if mx4j is loaded & started Mx4jLoader.scala should explicitly `return true` if the class is successfully loaded and started, otherwise it will return false even if the class is loaded. You can merge this pull request into a Git repository by running: $ git pull https://github.com/eribeiro/kafka mx4jloader-bug Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2295.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 #2295 ---- commit e6344181b4719fd8ba0de59862f39871d787c62a Author: Edward Ribeiro <edward.ribe...@gmail.com> Date: 2016-12-29T21:10:14Z MINOR: Mx4jLoader always returns false even if mx4j is loaded ---- --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---