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

Commit 9443db0

Browse files
committed
note on testing the kafka bridge
1 parent 5d8d822 commit 9443db0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,11 @@ $pubsub = $manager->connection('custom_connection_name');
280280

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

283-
Run `make tests` to run test suite.
283+
Run `make tests` to run test suite.
284+
285+
If you need to run Kafka tests, install the Kafka bridge (note you still need to install the C library and PHP extension
286+
separately):
287+
288+
```bash
289+
composer require superbalist/php-pubsub-kafka
290+
```

0 commit comments

Comments
 (0)