Access Control List (ACLs)
List the ACLs
Conduktor “Security” tab lets you see the current ACLs of your Kafka cluster, and provide different views:- Classic listing with filter:

- An experimental graphic view where you can see the links between users and topics.
- Normal arrow means “producing to”
- Dashed arrow means “consuming from”

Create new ACLs
Kafka’s ACLs are quite “atomic”, there are many ACLs possible. Generally, you must combine them to be able to provide a producer / a consumer / a kafka streams application, enough ACLs to make it work properly.Documentation about ACLs: https://docs.confluent.io/current/kafka/authorization.html
