You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
.tito | 1 year ago | |
README.md | 1 year ago | |
build-f34.sh | 1 year ago | |
build-f35.sh | 1 year ago | |
kcat.spec | 1 year ago |
README.md
kafkacat
This is a Fedora package repository of kafkacat utility
dependencies
- librdkafka
# dnf install librdkafka
- 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
- clone this repo
git clone https://github.com/bvn13/kafkacat.git
- download dependencies
spectool -g kafkacat.spec
- build fedora package
fedpkg --release f34 local
- install built rpm
# rpm -i x86_64/kafkacat-1.7.0-1.x86_64.rpm
or...
you may run ./build.sh
script to build rpm (steps 1-5)