back
▲ 1 points

Show HN: Kafkaesque – a wire-compatible mock Kafka

github.com
by dcminter·4mo ago·1 comments·view on hn ↗
A Java library (and standalone tool) for mocking Apache Kafka dependencies in a realistic way.

By re-using the Apache Kafka client library datatypes, Kafkaesque is compatible with the Kafka TCP wire-protocol but without the startup overhead required to launch real Kafka brokers.

Those of you in Kafka integration test hell, we salute you! IYKYK

1 comments
If anyone's interested, there's a bit more about the intention behind this library here: https://paperstack.com/kafkaesque/