GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/1155
KAFKA-3475; Introduce our own `MiniKdc` This also fixes KAFKA-3453 and KAFKA-2866. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-3475-introduce-our-minikdc Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1155.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 #1155 ---- commit bc3df308c74f0677c52195789bafc61819434e44 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-28T14:15:29Z Replace `CoreUtils.daemonThread` with `newThread` Also fix type of `daemon` parameter in `Utils.newThread` commit edb0235527062ca569df175278962d73fcf76c73 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-28T14:18:08Z Introduce our own `MiniKdc` commit e0a27307d732cd545eb5b0de0acd41415735bf8e Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-28T14:19:01Z Fix NPE on `tearDown` if `servers` is still null Also include minor clean-up in the same file. ---- --- 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. ---