You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Add these properties to `.env` with proper values:
39
+
6. Add these properties to `.env` with proper values:
20
40
21
41
QUEUE_DRIVER=kafka
22
42
23
-
You can also find full examples in src/examples folder.
24
-
25
43
#### Usage
26
44
27
45
Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation: http://laravel.com/docs/queues
@@ -37,14 +55,12 @@ vendor/bin/phpunit
37
55
#### Acknowledgement
38
56
39
57
This library is inspired by [laravel-queue-rabbitmq](https://github.com/vyuldashev/laravel-queue-rabbitmq) by vyuldashev.
40
-
And the Kafka implementation by [https://github.com/Superbalist/php-pubsub-kafka](Superbalist)
58
+
And the Kafka implementations by [Superbalist](https://github.com/Superbalist/php-pubsub-kafka) be sure to check those out.
41
59
42
60
#### Contribution
43
61
44
62
You can contribute to this package by discovering bugs and opening issues. Please, add to which version of package you create pull request or issue.
45
63
46
-
#### Supported versions of Laravel (+Lumen)
47
-
48
-
5.4
64
+
#### Supported versions of Laravel
49
65
50
-
The version is being matched by the release tag of this library.
0 commit comments