v0.2.0
Pre-release
Pre-release
This pre-release supports PHP ^7.4 and ^8.0 and librdkafka v1.0.0 - v1.5.3.
It is compatible with the PHP RdKafka extension ^4.0.
Note: Transactional Producer is no longer marked as experimental.
Fixed
- Fix empty TopicPartition metadata handling
Added
- Add TopicPartition::getMetadataSize()
- Add support for librdkafka v1.5.3
Changed
- Rename KafkaError to KafkaErrorException and change its interface for rdkafka extension compatibility with v4.1.*
- Suggests pcntl extension (instead of requires)