Package Details: kcat-cli 1.7.1-3

Git Clone URL: https://aur.archlinux.org/kcat-cli.git (read-only, click to copy)
Package Base: kcat-cli
Description: A generic non-JVM producer and consumer for Apache Kafka, think of it as a netcat for Kafka
Upstream URL: https://github.com/edenhill/kcat
Licenses: BSD
Conflicts: kafkacat, kcat
Provides: kcat
Replaces: kafkacat
Submitter: dharrigan
Maintainer: dharrigan
Last Packager: dharrigan
Votes: 8
Popularity: 0.042576
First Submitted: 2021-08-26 05:43 (UTC)
Last Updated: 2024-08-26 08:47 (UTC)

Required by (1)

Sources (1)

Latest Comments

ptz commented on 2024-08-01 05:47 (UTC)

Heey!

I required to have which as dependency (the build in shell command didn't worked for me)

without it I have this error

...
checking for pkgconfig (by command)... ok
mklove/modules/configure.base: line 1133: which: command not found
...

later on the package() step:

==> Starting package()...
Install kcat to /tmp/kcat-cli/pkg/kcat-cli//usr
d $DESTDIR/usr/bin && \
 kcat $DESTDIR/usr/bin
/bin/sh: line 1: d: command not found
make: [mklove/Makefile.base:290: bin-install] Error 127 (ignored)
echo  -d $DESTDIR/usr/man/man1 && \
echo  kcat.1 $DESTDIR/usr/man/man1

MarsSeed commented on 2023-11-22 23:26 (UTC)

Hi everyone,

instead of kafkacat-avro-git, please kindly use kcat-cli.

MarsSeed commented on 2023-06-28 18:17 (UTC) (edited on 2023-12-03 15:27 (UTC) by MarsSeed)

discord commented on 2023-01-13 21:41 (UTC)

Flagged out of date because yajl not marked as dependency (as mentioned below). Also need to add aarch64 to the PKGBUILD as I tested the build.

zaidan commented on 2022-07-13 08:41 (UTC)

Please change yajl-edenhill dependency to yajl: https://archlinux.org/packages/extra/x86_64/yajl/

According to kafkacat documentation, there is no special yajl fork mentioned and edenhill has only one small extra commit: https://github.com/lloyd/yajl/compare/master...edenhill:yajl:edenhill