Skip to content

Commit 247b5df

Browse files
committed
Update authorizer class for 2.4+
1 parent a4e69ea commit 247b5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/resources/default/kafka.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ssl.key.password=foobar
3939
ssl.truststore.location={ssl_dir}/kafka.server.truststore.jks
4040
ssl.truststore.password=foobar
4141

42-
authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer
42+
authorizer.class.name=kafka.security.authorizer.AclAuthorizer
4343
allow.everyone.if.no.acl.found=true
4444

4545
# The port the socket server listens on

0 commit comments

Comments
 (0)