v0.1.0
Pre-release
Pre-release
This first pre-release supports PHP ^7.4 and ^8.0 and librdkafka v1.0.0 - v1.5.2.
It is compatible with the PHP RdKafka extension 4.0.*.
Note: features marked as experimental are stable, but the interface may change in future releases.
Special thanks to @siad007 and @carusogabriel for early fixes and tweaks.
Added
- Add Consumer (low and high level)
- Add Producer (with support for experimental transactional producing)
- Add Admin Client (experimental)
- Add Mock Cluster to simplify integration tests (experimental)
- Add FFI binding for librdkafka 1.0.0 - 1.5.2
- Add examples and basic documentation
- Add benchmarks