Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
note on testing the kafka bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
evictor committed Dec 9, 2017
1 parent 5d8d822 commit 9443db0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,11 @@ $pubsub = $manager->connection('custom_connection_name');

Run `composer install` to ensure local installation of dependencies.

Run `make tests` to run test suite.
Run `make tests` to run test suite.

If you need to run Kafka tests, install the Kafka bridge (note you still need to install the C library and PHP extension
separately):

```bash
composer require superbalist/php-pubsub-kafka
```

0 comments on commit 9443db0

Please sign in to comment.