rdkafka

pecl install rdkafka

Kafka client based on librdkafka

PHP-rdkafka is a stable Kafka client for PHP based on librdkafka

Maintainer

  • Arnaud Le Blanc (lead )

Details

Stars: 1992
Issue openned: 28
Downloads: 4255462
PHP 8.2+ on x86 architecture, no build because the DLLs are not found: api-ms-win-crt-heap-l1-1-0.dll,
api-ms-win-crt-runtime-l1-1-0.dll
1.0.0
8 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.0.0 change log

This version of rdkafka is indented for php version 5. To compile rdkafka for
newer versions of php, use the pecl package version 2.

* Added high level consumer: Rdkafka\KafkaConsumer (librdkafka 0.9)
* RD_KAFKA_VERSION now reports the runtime librdkafka version
* Added RD_KAFKA_BUILD_VERSION
* Export runtime-provided constants from librdkafka (librdkafka 0.9)
* Added rd_kafka_get_err_descs() (librdkafka 0.9)
* Improve reflection/arginfo
* Rdkafka::metadata() is now a deprecated alias to Rdkafka::getMetadata()
* Rdkafka::outqLen() is now a deprecated alias to Rdkafka::getOutQLen()
* Rdkafka now throws Rdkafka\Exception instances
* Added Rdkafka\Conf::setDefaultTopicConf() (librdkafka 0.9)
* Added Rdkafka\Conf::setDrMsgCb() (librdkafka 0.9)