not really known
Go to file
bvn13 a6722cf166 initial commit 2021-07-14 13:48:18 +03:00
kafkacat@b10431980d initial commit 2021-07-14 13:48:18 +03:00
.gitmodules initial commit 2021-07-14 13:48:18 +03:00
README.md initial commit 2021-07-14 13:48:18 +03:00
build.sh initial commit 2021-07-14 13:48:18 +03:00
kafkacat.spec initial commit 2021-07-14 13:48:18 +03:00

README.md

kafkacat

This is a Fedora package repository of kafkacat utility

dependencies

  1. librdkafka
# dnf install librdkafka
  1. fedora build system
# dnf install fedora-packager fedora-review
# usermod -a -G mock <your-user-name>

... and perform a relogin to update user groups

how to run

  1. clone this repo
git clone https://github.com/bvn13/kafkacat.git
  1. update submodule
git submodule foreach git pull origin master
  1. build fedora package
fedpkg --release f34 local
  1. install built rpm
# rpm -i x86_64/kafkacat-1.7.0-1.x86_64.rpm