Kafka 3 SASL_SSL ACL

Hi
I dont find any tuto for Kafka Kraft mode without Zookeeper but with ACL.

I think below documentation it’s not implemented .

have an idea when is done ?

regards

Hi

according to

you could try with

although note that you can use authorizers such as kafka.security.authorizer.AclAuthorizer with KRaft clusters, even if they are ZooKeeper-based: simply define authorizer.class.name and configure the authorizer as you normally would)

though never tried it by myself

I also have seen acl’s with Zookeeper also. But I think how it’s implemented is pretty open. Not sure how easy it is to implement the Authorizer and use either Kafka itself, or something like s3 for storing them.