Introduction
Kafka ACL-based authorization controls who can read, write, or manage Kafka resources. It helps keep your Kafka data safe by allowing only trusted users to perform specific actions.
When you want to allow only certain users to produce messages to a topic.
When you want to restrict who can consume messages from a topic.
When you need to control who can create or delete topics.
When you want to secure Kafka clusters in a multi-tenant environment.
When you want to audit and manage permissions centrally.