We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fa730 commit c846826Copy full SHA for c846826
README.md
@@ -19,6 +19,10 @@ can help out to understand the internals of this library.
19
- ext-rdkafka: >=4.0.0
20
- librdkafka: >=0.11.6 (if you use `<librdkafka:1.x` please define your own error callback)
21
22
+:danger: Note: To use the transactional producer you'll need:
23
+- ext-rdkafka: >=4.1.0
24
+- librdkafka: >=1.4
25
+
26
## Installation
27
```
28
composer require jobcloud/php-kafka-lib "~1.0"
0 commit comments