Skip to content

GOVCERT-LU/kafkatool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codebeat badge

Kafka GOVCERT.LU Tools

The kafkatool leverages the Sarama Go library for Apache Kafka to propose an easy to use command line tool to facilitate the daily management of a Kafka cluster.

Compile the kafka-tool binary

Set the GOPATH environment variable.

make

The binary is available as ./bin/kafkatool.

The bash completion file is available as ./kafkatool_completion.sh.

Create a Debian package

Add a new entry to the changelog

dch

Create the source tarball

make tar

Create the Debian package

dpkg-buildpackage -us -uc