kcat plugin for the asdf version manager.
At the moment, Fedora, Red Hat Enterprise Linux 8, and Ubuntu are supported.
Fedora(>= 35 and <= 38) has been tested with librdkafka <= 1.9.2.Red Hat Enterprise Linux 8(>= 8.1 and <= 8.6) has been tested with librdkafka <= 1.9.2.Ubuntu(>= 20.04 and <= 22.10) has been tested with librdkafka <= 1.8.2. Librdkafka 1.9 cannot be compiled onUbuntuat the moment.
bash,curl,tar,realpath, generic POSIX utilities.podman
- Fedora: -
- Red Hat Enterprise Linux 8: -
- Ubuntu:
libsasl2-2,curl
Plugin:
asdf plugin add kcat https://github.com/ueisele/asdf-kcat.gitkcat:
# Show all installable versions in format <librdkafka-version>-<kcat-version>
asdf list-all kcat
# Show all installable versions with specific librdkafka version
asdf list-all kcat latest:1.8
# Install latest version
asdf install kcat latest
# Install latest version of specific librdkafka version
asdf install kcat latest:1.8
# Set a version globally (on your ~/.tool-versions file)
asdf global kcat latest
# Now kcat commands are available
kcat -hCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
This repository is based on the asdf-plugin-template. Thanks to it's contributors.
See LICENSE © Uwe Eisele