The new PECL package rdkafka-4.1.0 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
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.

## Features
- Add transactional producer support (#359, @nick-zh)

Package Info
-------------
This extension is a librdkafka binding providing a working client for Kafka

Related Links
-------------
Package home: https://pecl.php.net/package/rdkafka
   Changelog: https://pecl.php.net/package-changelog.php?package=rdkafka
    Download: https://pecl.php.net/get/rdkafka-4.1.0.tgz

Authors
-------------
Arnaud Le Blanc (lead)

-- 
PECL development discussion Mailing List (https://pecl.php.net/)
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to