Kafka client based on librdkafka
This extension is a librdkafka binding providing a working client for Kafka
License: MIT License
Version | Release | Download |
5.0.0 | 2021-01-14 | rdkafka-5.0.0.tgz |
4.1.2 | 2020-12-24 | rdkafka-4.1.2.tgz |
4.1.1 | 2020-12-07 | rdkafka-4.1.1.tgz |
4.1.0 | 2020-12-06 | rdkafka-4.1.0.tgz |
4.0.4 | 2020-10-08 | rdkafka-4.0.4.tgz |
Version | Message |
5.0.0 |
## Enhancements - PHP 8 support (@nick-zh, @arnaud-lb) - Suport passing an opaque value in produce(), producev() (@arnaud-lb) ## Breaking changes - Dropped PHP 5 support |
4.1.2 |
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. ## Enhancements - Enabled features on windows build: headers, purge, murmur (#410, @nick-zh, @cmb69) |
4.1.1 |
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 windows pecl build (#402, @nick-zh) |
4.1.0 |
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) |
4.0.4 |
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 crash during shurtdown (#367, @nick-zh, @sofire) ## Enhancements - Improved CI (@Steveb-p, @arnaud-lb) ## Documentation - Improved doc (@nick-zh, @Steveb-p) |