kafka-bus / commiter
Consumer offset committer and producer idempotency middleware for Kafka Bus — prevents duplicate message processing
v1.0.1
2026-06-07 19:41 UTC
Requires
- php: ^8.2
- kafka-bus/core: *
README
A middleware package for kafka-bus/core that provides idempotent Kafka message processing. It tracks which messages have already been handled, prevents duplicate processing, and allows limiting the maximum number of read attempts.
Installation
composer require kafka-bus/commiter
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.