rdkafka

Kafka client based on librdkafka


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

License: MIT License

Latest releases

Version Release Download
6.0.3 2022-07-02 rdkafka-6.0.3.tgz
6.0.2 2022-06-12 rdkafka-6.0.2.tgz
6.0.1 2022-02-15 rdkafka-6.0.1.tgz
6.0.0 2022-01-07 rdkafka-6.0.0.tgz
6.0.0RC2 2021-11-27 rdkafka-6.0.0RC2.tgz
Show all releases

Changelog

Version Message
6.0.3 ## Improvements
- Ability to provide custom `librdkafka` path during pecl install (#526, @Wirone)
6.0.2 ## Bugfixes
- Fixed signature of RdKafka\KafkaConsumer::getMetadata() (#521, @arnaud-lb)
6.0.1 ## Bugfixes
- Always initialize Message::$headers (#508, @arnaud-lb)
6.0.0 # Changes since 5.x

## Improvements
- PHP 8.1 support (@remicollet, @ruudk, @nick-zh)
- Added parameter types (when built with PHP>=8.0) (@arnaud-lb)
- Added tentative return types (when built with PHP>=8.1) (@arnaud-lb)

## Deprecations
- PHP 8.1: Overloading php-rdkafka methods without specifying a return type
will trigger a deprecation message unless annotated with
#[\ReturnTypeWillChange]

# Changes since 6.0.0RC2

## Bugfixes
- Fix newTopic() arginfo (#502, @arnaud-lb)
6.0.0RC2 ## Bugfixes
- Fix crash in RdKafka\TopicPartition::__construct() (#491, @remicollet)
Show complete changelog