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
Now go to `config/kafka-consumer.php` and add processors there.
20
20
21
21
## Usage
22
22
23
-
The package provides `php artisan kafka:consume {topic} {consumer=default}` command that executes the first processor that matches given topic and consumer name. Consumer name is taken from greensight/laravel-phprdkafka config file.
23
+
The package provides `php artisan kafka:consume {topic} {consumer=default}` command that executes the first processor that matches given topic and consumer name. Consumer name is taken from ensi/laravel-phprdkafka config file.
24
24
25
25
Processors in config have the following configuration options:
26
26
@@ -35,7 +35,7 @@ Processors in config have the following configuration options:
35
35
36
36
/*
37
37
| Optional, defaults to `null`.
38
-
| Here you may specify which greensight/laravel-phprdkafka consumer should be handled by this processor.
38
+
| Here you may specify which ensi/laravel-phprdkafka consumer should be handled by this processor.
0 commit comments