October 14, 2019

84 words 1 min read

birdayz/kaf

birdayz/kaf

Modern CLI for Apache Kafka, written in Go.

repo name birdayz/kaf
repo link https://github.com/birdayz/kaf
homepage
language Go
size (curr.) 5645 kB
stars (curr.) 965
created 2018-09-11
license Apache License 2.0

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

comments powered by Disqus