simple_kafka_client

Kafka client based on librdkafka


This extension is a librdkafka binding providing a working client for Kafka

License: BSD-3 License

Latest releases

Version Release Download
0.1.4 2021-08-04 simple_kafka_client-0.1.4.tgz
0.1.3 2021-07-01 simple_kafka_client-0.1.3.tgz
0.1.2 2021-04-12 simple_kafka_client-0.1.2.tgz
0.1.1 2021-04-11 simple_kafka_client-0.1.1.tgz
0.1.0 2021-04-10 simple_kafka_client-0.1.0.tgz
Show all releases

Changelog

Version Message
0.1.4 ## Bugfixes
- fix for PHP 8.1 (#54, @remicollet)
## Internals
- add all sources to package.xml (#54, @remicollet)
0.1.3 ## Features
- support oauthbearer mechanism (#47, #48, #49)
## Bugfixes
- fix for PHP 8.1 (#52)
## Internals
- cleanup and refactor (#43, #44, #45, #46)
0.1.2 ## Internals
- add AppVeyor build (#39, @cmb69)
## Bugfixes
- version and test fixes (#35, #36, @remicollet)
- fix windows build (#38, #40, @cmb69)
0.1.1 ## Bugfixes
- fix Consumer:assign argument type (#33)
- fix Producer:getTopicHandle return type (#33)
0.1.0 Initial release
Show complete changelog