Skip to content

Latest commit

 

History

History

quotas

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

CLI: Quotas

cli:quotas:build

CLI to manage Kafka Quotas.

Install

Brew

Add tap:

brew tap jeqo/tap

Install kfk-quotas:

brew install kfk-quotas

Manual

Find the latest release at: https://github.com/jeqo/kafka-cli/releases

VERSION=0.1.0
wget https://github.com/jeqo/kafka-cli/releases/download/cli-quotas-v$VERSION/kfk-quotas-$VERSION-linux-x86_64.tar.gz
tar xf kfk-quotas-$VERSION-linux-x86_64.tar.gz
mv kfk-quotas-$VERSION-linux-x86_64/bin/kfk-quotas /usr/local/bin/.