Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Kafka provides a CLI tool to manage ACLs. This document describes how to use the CLI.

Table of Contents

Introduction

Kafka ships with a pluggable Authorizer and an out-of-box authorizer implementation that uses zookeeper to store all the acls. Kafka acls are defined in the general format of "Principal P is [Allowed/Denied] Operation O From Host H On Resource R". You can read more about the acl structure on KIP-11. In order to add, remove or list acls you can use the Kafka authorizer CLI.

...