mateusjunges/laravel-kafka
Laravel Kafka makes it easy to produce and consume Kafka messages in Laravel with a clean, expressive API and improved testability. Build producers and consumers quickly, integrate with your app workflows, and avoid painful Kafka testing setups.
After building the consumer, you must call the consume method to consume the messages:
$consumer = \Junges\Kafka\Facades\Kafka::consumer()->build();
After building the consumer, you must call the consume method to consume the messages:
$consumer->consume();
<x-sponsors.request-sponsor/>
How can I help you explore Laravel packages today?