Skip to content

GOVCERT-LU/kafkatool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 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

make

The binary is available as build/kafkatool.

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

Create a Debian package

Add a new entry to the changelog

# with a specific version
dch --urgency medium --distribution stable --newversion "2.4.6"

# only bump the package
dch --urgency medium --distribution stable

Create the source tarball

make tar

Create the Debian package

dpkg-buildpackage -b --no-sign