and that command just hangs and never returns, messages also not produced.
I've tried with regular file (not pipe and /dev/stdin), but that it the same.
What interesting, that work in 1.7.1 version (container docker.io/edenhill/kcat:1.7.1).
$ ./_kafkacat.sh -V
kcat - Apache Kafka producer and consumer tool
https://github.com/edenhill/kcat
Copyright (c) 2014-2021, Magnus Edenhill
Version 1.7.1 (JSON, Avro, Transactions, IncrementalAssign, JSONVerbatim, librdkafka 1.8.2 builtin.features=gzip,snappy,ssl,sasl,regex,lz4,sasl_plain,sasl_scram,plugins,zstd,sasl_oauthbearer)
In debug (with -d all) I can configrm what producer initialized, but no attempts to parse file and producing performed:
I've use kcat from master branch and trying produce messages like:
and that command just hangs and never returns, messages also not produced. I've tried with regular file (not pipe and
/dev/stdin
), but that it the same.What interesting, that work in 1.7.1 version (container docker.io/edenhill/kcat:1.7.1).
In debug (with
-d all
) I can configrm what producer initialized, but no attempts to parse file and producing performed: