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 <showuon@gmail.com>
This commit is contained in:
Paolo Patierno 2024-02-16 11:57:22 +01:00 committed by GitHub
parent 501f82b91c
commit ddc5d1dc34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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