From a9b90063590fda91e7023434eeb637d7b67cbd30 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Wed, 14 Jul 2021 16:27:43 +0300 Subject: [PATCH] review +1 --- kafkacat.spec | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/kafkacat.spec b/kafkacat.spec index 16b4415..215fade 100644 --- a/kafkacat.spec +++ b/kafkacat.spec @@ -1,6 +1,6 @@ Name: kafkacat Version: 1.7.0 -Release: 1%(?dist) +Release: 1%{?dist} Summary: kafkacat is a generic non-JVM producer and consumer for Apache Kafka 0.8, think of it as a netcat for Kafka. License: BSD-2-Clause @@ -12,20 +12,7 @@ BuildRequires: gcc >= 4.1 BuildRequires: librdkafka-devel %description -kafkacat is a generic non-JVM producer and consumer for Apache Kafka >= 0.8, -think of it as a netcat for Kafka. - -In producer mode kafkacat reads messages from stdin, delimited with a -configurable delimeter (-D, defaults to newline), and produces them to the -provided Kafka cluster (-b), topic (-t) and partition (-p). - -In consumer mode kafkacat reads messages from a topic and partition and prints -them to stdout using the configured message delimiter. - -kafkacat also features a Metadata list (-L) mode to display the current state -of the Kafka cluster and its topics and partitions. - -kafkacat is fast and lightweight; statically linked it is no more than 150Kb. +kafkacat is a generic non-JVM producer and consumer for Apache Kafka %prep %autosetup