kafka-queue
JSON →Lightweight Kafka wrapper for keyed-message queuing, targeting IoT systems where messages for the same device must be processed in order and by the same consumer. Built on no-kafka (v2.x), it automatically retries connections and supports configurable key fields for partitioning. Version 1.0.4 is the current stable release; development appears to be minimal with no recent updates. Differentiators include a simplified consumer callback that handles commits automatically, and an optional explicit commit pattern.
Resources
packagekafka-queue ↗