Description
Apache Kafka
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
Package sources: https://gitlab.com/pg-packages/kafka-rpm
Kafbat UI
Kafbat UI is a free, open-source web UI to monitor and manage Apache Kafka clusters.
Package sources: https://gitlab.com/pg-packages/kafbat-ui-rpm
Installation Instructions
# enable COPR repo
dnf copr enable pgdev/kafka
# install kafka
dnf install kafka
# enable and start kafka
systemctl enable --now kafka.service
# install kafbat-ui
dnf install kafbat-ui
# enable and start kafbat-ui
systemctl enable --now kafbat-ui.service
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (7)*, x86_64 (15)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (4)*, x86_64 (10)* | Fedora 41 (36 downloads) |
![]() |
aarch64 (3)*, x86_64 (50)* | Fedora 42 (46 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 43 (10 downloads) |
![]() |
aarch64 (4)*, x86_64 (6)* | Fedora rawhide (33 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable pgdev/kafka
More info about enabling Copr repositories