kafkar-0.1.0.0: Read-only support for the Kafka on-disk format
Consume your Kafka streams without spinning up the JVM!
This package is designed to address the case where you have a bunch of Kafka streams stored on a local disk, and want to consume them without having to start a Kafka instance. It presents a read-only streaming interface to your kafka topics, and handles efficient seeking and decompression. Note that new messages may take a while to show in the log files.
This package also contains an example program, which simply streams kafka topics to stdout.
Modules
- Database