GitHub user scholzj opened a pull request:
https://github.com/apache/kafka/pull/4310
DOCU: Add authorizer.class.name to the security section in documentation
The section _7.4 Authorization and ACLs_ in Kafka documentation describes
how to use ACLs. But it doesn't seem to contain the most important part -
configuring the Authorizer. That might be a bit confusing for the users. This
PR adds this to the documentation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/scholzj/kafka acl-docu
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4310.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 #4310
----
commit a5f4b643c739bbc47e026cea7a7cd64d5d7f9e36
Author: Jakub Scholz <[email protected]>
Date: 2017-12-10T19:42:21Z
MINOR: Add authorizer.class.name to the security section in documentation
----
---