How to Install and Uninstall kcat.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "kcat.x86_64" package
This tutorial shows how to install kcat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
kcat.x86_64
Copied
2. Uninstall "kcat.x86_64" package
This guide let you learn how to uninstall kcat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
kcat.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the kcat.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:15:43 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : kcat
Version : 1.7.1
Release : 1.el8
Architecture : x86_64
Size : 37 k
Source : kcat-1.7.1-1.el8.src.rpm
Repository : epel
Summary : Generic command line non-JVM Apache Kafka producer and consumer
URL : https://github.com/edenhill/kcat
License : BSD-2-Clause
Description : kcat is a generic non-JVM producer and consumer for Apache Kafka >=0.8, like a
: netcat for Kafka.
:
: In producer mode kcat reads messages from stdin, delimited with a configurable
: delimiter (-D, defaults to newline), and produces them to the provided Kafka
: cluster (-b), topic (-t) and partition (-p).
:
: In consumer mode kcat reads messages from a topic and partition and prints them
: to stdout using the configured message delimiter.
:
: There's also support for the Kafka >=0.9 high-level balanced consumer, use the
: -G switch and provide a list of topics to join the group.
:
: kcat also features a Metadata list (-L) mode to display the current state of the
: Kafka cluster and its topics and partitions.
Available Packages
Name : kcat
Version : 1.7.1
Release : 1.el8
Architecture : x86_64
Size : 37 k
Source : kcat-1.7.1-1.el8.src.rpm
Repository : epel
Summary : Generic command line non-JVM Apache Kafka producer and consumer
URL : https://github.com/edenhill/kcat
License : BSD-2-Clause
Description : kcat is a generic non-JVM producer and consumer for Apache Kafka >=0.8, like a
: netcat for Kafka.
:
: In producer mode kcat reads messages from stdin, delimited with a configurable
: delimiter (-D, defaults to newline), and produces them to the provided Kafka
: cluster (-b), topic (-t) and partition (-p).
:
: In consumer mode kcat reads messages from a topic and partition and prints them
: to stdout using the configured message delimiter.
:
: There's also support for the Kafka >=0.9 high-level balanced consumer, use the
: -G
:
: kcat also features a Metadata list (-L) mode to display the current state of the
: Kafka cluster and its topics and partitions.