laravel-queue-kafka
laravel-queue-kafka copied to clipboard
Kafka Queue driver for Laravel
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
We use this package on server having started multiple threads for 1 queue (numprocs=30 in supervisor). When job is issued all workers start to process it and it causes errors....
Simple tweak to allow kafka queue to be used on Laravel 8. I'm not aware of any queue differences between 7 and 8.
BREAKING CHANGE: dropped support for
I am trying to push the job to the queue, here is what I get in the output: ``` %7|1606284122.968|DESTROY|rdkafka#consumer-10| [thrd:app]: Terminating instance (destroy flags none (0x0)) %7|1606284122.968|TERMINATE|rdkafka#consumer-10| [thrd:app]: Terminating...
I have followed the installation method as mentioned in the wiki. But when i run the app , it is throwing an error saying "Function RdKafka\Conf::setDefaultTopicConf() is deprecated".
Please, could you upload tag 1.1.0 on packagist? Thanks
Can you show us how to consume the jobs from kafka with console command examples? Would like to know how exactly wire this thing to work with kafka job data
When using ```php artisan queue:work --sleep=3 --tries=3``` the attempts attribute will not be updated so the job will be retried for an infinite amount of time. If we set --tries...