Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Temporary remove link to consumer
  • Loading branch information
vadimonus authored Feb 20, 2024
1 parent b0f142e commit 53789b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ Register `KafkaRouteServiceProvider` in `config/app.php`

### Consume

This package is aimed only to route messages. You need some other solution to consume message. You may
use `vadimon/kafka-consumer-for-laravel` package for consume command.
This package is aimed only to route messages. You need some other solution to consume message.

### Route

Simply pass consumed message to `KafkaRoute::dispatch`, and it will be routed to controller, specified by route map
Simply pass consumed message to `KafkaRoute::dispatch`, and it will be routed to controller, specified by route map.

```php
KafkaRoute::dispatch($message);
Expand Down

0 comments on commit 53789b7

Please sign in to comment.