Show HN: Kafkaesque – a wire-compatible mock Kafka
Category: devtools
Tags: kafka, testing, mock-server, integration-tests, wire-compatible
Score: 7.3/10 (Innovation: 6, Technical: 8, Documentation: 8, Utility: 7)
Kafkaesque is a wire-compatible mock Kafka server that reuses Kafka client libraries to provide realistic Kafka behavior for testing without the overhead of running actual brokers. It's interesting because it offers JUnit integration, Docker deployment, and supports many Kafka features like transactions, consumer groups, and compression while being significantly faster than TestContainers-based approaches.
Target audience: backend devs, devops, data engineers
Repository: https://github.com/dcminter/kafkaesque · Java · Apache-2.0 · 1 stars
View on Hacker News