edenhill/kcat
Generic command line non-JVM Apache Kafka producer and consumer observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4539
- days_rel: n/a
- days_push: 785
- n_releases_24m: 0
Adoption not part of the score
5778 stars · 501 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
kcat (formerly kafkacat) is a lightweight, non-JVM command-line tool for producing to and consuming from Apache Kafka topics, akin to netcat for Kafka. It also supports consumer groups, metadata inspection, and Avro deserialization via Confluent Schema Registry.
Use cases
- produce test messages to a kafka topic from the command line
- consume and inspect messages from a kafka topic
- debug kafka pipelines by viewing raw messages
- list kafka brokers, topics, and partitions metadata
- consume kafka messages with avro schema registry deserialization
- test kafka consumer group behavior
- pipe files or stdin into kafka quickly
When to choose
- you need a fast, lightweight CLI for quick Kafka debugging without JVM overhead
- you want to script Kafka produce/consume operations in shell pipelines
- you need to inspect cluster metadata or troubleshoot message content
When to avoid
- you need a full Kafka Streams or stream processing application
- you require a GUI-based Kafka management tool
- you need long-running production consumers with complex offset management
Facets
cli-tool · maturity stable
message-queue cli serialization developer-tools developer-tools windows cli cross-platform kafka kafkacat producer consumer avro schema-registry netcat-for-kafka debugging messaging command-line data-engineering linux macos docker
1 source
- readme: https://github.com/edenhill/kcat · fetched 2026-08-28 · b8358d2ffe33
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| edenhill/kcat | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem