showuon commented on code in PR #12668:
URL: https://github.com/apache/kafka/pull/12668#discussion_r975997743


##########
docs/security.html:
##########
@@ -1364,6 +1352,18 @@ <h4 class="anchor-heading"><a id="security_authz_cli" 
class="anchor-link"></a><a
             <td></td>
             <td>Convenience</td>
         </tr>
+        <tr>
+            <td>--authorizer</td>
+            <td>(DEPRECATED: not supported in KRaft) Fully qualified class 
name of the authorizer.</td>
+            <td>kafka.security.authorizer.AclAuthorizer</td>
+            <td>Configuration</td>
+        </tr>
+        <tr>
+            <td>--authorizer-properties</td>
+            <td>(DEPRECATED: not supported in KRaft) key=val pairs that will 
be passed to authorizer for initialization. For the default authorizer in ZK 
clsuters, the example values are: zookeeper.connect=localhost:2181</td>
+            <td></td>
+            <td>Configuration</td>
+        </tr>
         <tr>
             <td>--zk-tls-config-file</td>
             <td> Identifies the file where ZooKeeper client TLS connectivity 
properties for the authorizer are defined.

Review Comment:
   Should we also update `zk-tls-config-file` for deprecation?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to