[
https://issues.apache.org/jira/browse/KAFKA-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214254#comment-15214254
]
ASF GitHub Bot commented on KAFKA-3475:
---------------------------------------
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 <[email protected]>
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 <[email protected]>
Date: 2016-03-28T14:18:08Z
Introduce our own `MiniKdc`
commit e0a27307d732cd545eb5b0de0acd41415735bf8e
Author: Ismael Juma <[email protected]>
Date: 2016-03-28T14:19:01Z
Fix NPE on `tearDown` if `servers` is still null
Also include minor clean-up in the same file.
----
> Introduce our own `MiniKdc`
> ---------------------------
>
> Key: KAFKA-3475
> URL: https://issues.apache.org/jira/browse/KAFKA-3475
> Project: Kafka
> Issue Type: Improvement
> Components: security
> Reporter: Ismael Juma
> Assignee: Ismael Juma
>
> We rely on `hadoop-minikdc` for SASL unit and system tests. This library
> contains a single `MiniKdc` class that depends on Apache Directory Server for
> most of the functionality. Even so, there are a couple of bugs (KAFKA-3453,
> KAFKA-2866) that would be easy to fix if we had our own `MiniKdc`.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)