kafka-acl-viewer

command module
v0.0.0-...-4cf2032 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

README

Kafka ACL Viewer

Go Report Card Build

An application to display your Kafka cluster ACLs as a graph of topics and consumers/producers. It allows you to visualise how events flow within your cluster in a simple way. See the picture below for an example of how it can look.

Note: some operation and resource types are not displayed and resources (read topics) may not always be "real" topics, the ACL may be a wildcard resource such as * for all topics. Don't use this data as the absolute truth of what accesses are in your cluster.

I wrote a blog about this project here.

Authentication with Kafka

This application is built to authenticate against Kafka using TLS. It requires two ACL entries on the broker to function properly. The first one, to read ACLs from the cluster itself --cluster --operation describe and to describe all topics in the cluster, --topic='*' --operation describe.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL