[
https://issues.apache.org/jira/browse/KAFKA-2863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018165#comment-15018165
]
ASF GitHub Bot commented on KAFKA-2863:
---------------------------------------
GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/568
KAFKA-2863; Add a `close()` method to `Authorizer`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijuma/kafka kafka-2863-authorizer-close
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/568.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 #568
----
commit 0102faec11c21882f3d7fc76d60a592c6f024a3c
Author: Ismael Juma <[email protected]>
Date: 2015-11-20T15:35:50Z
Add a `close()` method to `Authorizer`
----
> Authorizer should provide lifecycle (shutdown) methods
> ------------------------------------------------------
>
> Key: KAFKA-2863
> URL: https://issues.apache.org/jira/browse/KAFKA-2863
> Project: Kafka
> Issue Type: Improvement
> Components: security
> Reporter: Joel Koshy
> Assignee: Ismael Juma
> Fix For: 0.9.0.1
>
>
> Authorizer supports configure, but no shutdown. This would be useful for
> non-trivial authorizers that need to do some cleanup (e.g., shutting down
> threadpools and such) on broker shutdown.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)