PHP Extension Repository is a modern mirror of PECL website with Windows pre-build.
pecl
install rdkafka
Kafka client based on librdkafka
PHP-rdkafka is a stable Kafka client for PHP based on librdkafka
Maintainer
Details
Stars: | 1992 |
Issue openned: | 28 |
Downloads: | 4255476 |
BREAKING CHANGE: Since version 4.0, the client no longer polls for network
events at shutdown (during object destructor). This behaviour didn't give
enough control to the user in case of server issue, and could cause the script
to hang while terminating.
Starting from 4.0, programs MUST call flush() before shutting down, otherwise
some messages and callbacks may be lost.
## Bugfixes
* Fix partition 0 exposed as NULL in Message (#327 reverts #321, @arnaud-lb @nick-zh)
* Fix memory leak in consume() when messages have headers (#323, @nick-zh)
requires: