r2pgl / kaf

Modern CLI for Apache Kafka, written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaf

Kafka CLI inspired by kubectl & docker

CircleCI GoReportCard GoDoc

asciicinema

Install

Install from source:

go get github.com/birdayz/kaf/cmd/kaf

Install binary:

curl https://raw.githubusercontent.com/birdayz/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash

Configuration

See the examples folder

Shell autocompletion

Source the completion script in your shell commands file:

Bash

echo 'source <(kaf completion bash)' >> ~/.bashrc

Zsh

echo 'source <(kaf completion zsh)' >> ~/.zshrc

About

Modern CLI for Apache Kafka, written in Go.

License:Apache License 2.0


Languages

Language:Go 87.1%Language:Shell 12.7%Language:Makefile 0.2%