Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dirx dirx released this 06 Dec 19:24
· 130 commits to main since this release
e0c8dd1

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