Confluent
CCDAK · Question #116
Where are the ACLs stored in a Kafka cluster by default?
The correct answer is A. Inside the broker's data directory. ACLs are stored in Zookeeper node /kafka-acls/ by default.
Security
Question
Where are the ACLs stored in a Kafka cluster by default?
Options
- AInside the broker's data directory
- BUnder Zookeeper node /kafka-acl/
- CIn Kafka topic __kafka_acls
- DInside the Zookeeper's data directory
How the community answered
(55 responses)- A93% (51)
- B5% (3)
- C2% (1)
Explanation
ACLs are stored in Zookeeper node /kafka-acls/ by default.
Topics
#ACLs#authorization storage#KRaft metadata#security configuration
Community Discussion
No community discussion yet for this question.