mimaison commented on code in PR #17424:
URL: https://github.com/apache/kafka/pull/17424#discussion_r1804411089
##########
docs/security.html:
##########
@@ -1275,10 +1275,8 @@ <h3 class="anchor-heading"><a id="security_sasl"
class="anchor-link"></a><a href
<h3 class="anchor-heading"><a id="security_authz"
class="anchor-link"></a><a href="#security_authz">7.5 Authorization and
ACLs</a></h3>
Kafka ships with a pluggable authorization framework, which is configured
with the <code>authorizer.class.name</code> property in the server
configuration.
Configured implementations must extend
<code>org.apache.kafka.server.authorizer.Authorizer</code>.
- Kafka provides default implementations which store ACLs in the cluster
metadata (either Zookeeper or the KRaft metadata log).
+ Kafka provides default implementations which store ACLs in the cluster
metadata (KRaft metadata log).
Review Comment:
`default implementations` -> `a default implementation`, since there's just
one now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]