kafkacat 1.7.1-2 source package in Ubuntu

Changelog

kafkacat (1.7.1-2) unstable; urgency=medium

  * Source-only upload.

 -- Vincent Bernat <email address hidden>  Sat, 19 Nov 2022 09:16:47 +0100

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
kafkacat_1.7.1-2.dsc 2.0 KiB b12e502905d50bdc0d4981963b03ac1f2f480986b9208060cfab726e9db9b615
kafkacat_1.7.1.orig.tar.gz 139.4 KiB 4b957b7ffc728a88e163bc4e581aa371e56c7e74c8b84b1fe0583d0302ef8d58
kafkacat_1.7.1-2.debian.tar.xz 3.4 KiB 7b5120c341d033ed9d5bef49417a364596b6bebc18ccfc40ddfe49d23512fbb9

Available diffs

No changes file available.

Binary packages built by this source

kafkacat: producer and consumer for Apache Kafka (transitional package)

 kcat is a generic non-JVM producer and consumer for Apache Kafka
 0.8, think of it as a netcat for Kafka.
 .
 This package is a transitional package. It can be safely removed.

kcat: producer and consumer for Apache Kafka

 kcat is a generic non-JVM producer and consumer for Apache Kafka
 0.8, think of it as a netcat for Kafka.
 .
 In producer mode kcat reads messages from stdin, delimited with a
 configurable delimiter and produces them to the provided Kafka
 cluster, topic and partition. In consumer mode kcat reads messages
 from a topic and partition and prints them to stdout using the
 configured message delimiter.
 .
 kcat also features a Metadata list mode to display the current
 state of the Kafka cluster and its topics and partitions.

kcat-dbgsym: debug symbols for kcat