This is an automated email from the ASF dual-hosted git repository.

showuon pushed a commit to branch 3.7
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit bb6990114bf3d0ade1a6864ea733a3bca4becb70
Author: Paolo Patierno <ppatie...@live.com>
AuthorDate: Fri Feb 16 11:57:22 2024 +0100

    MINOR: Added ACLs authorizer change during migration (#15333)
    
    This trivial PR makes clear when it's the right time to switch from 
AclAuthorizer to StandardAuthorizer during the migration process.
    
    Reviewers: Luke Chen <show...@gmail.com>
---
 docs/ops.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/ops.html b/docs/ops.html
index 563c2a65000..cf039c75220 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -3935,6 +3935,12 @@ controller.listener.names=CONTROLLER</pre>
     The zookeeper configurations should be removed at this point.
   </p>
 
+  <p>
+    If your broker has authorization configured via the 
<code>authorizer.class.name</code> property
+    using <code>kafka.security.authorizer.AclAuthorizer</code>, this is also 
the time to change it
+    to use 
<code>org.apache.kafka.metadata.authorizer.StandardAuthorizer</code> instead.
+  </p>
+
   <pre>
 # Sample KRaft broker server.properties listening on 9092
 process.roles=broker

Reply via email to