This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
2.6.0.dev3
Pre-release
Pre-release
emmettbutler
released this
02 May 19:06
·
581 commits
to master
since this release
Minor Version Features
- Changed the rdkafka C module to return offset reports from produce requests
Bug Fixes
- Added some safety checks and error handling to
Broker
,Cluster
,Connection
- Removed update lock from
produce()
- Add cleanup logic to
Producer
to avoid certain deadlock situations - Change the name of the assignment strategy to match the standard
range
strategy - Fix crash in rdkafka related to
broker.version.fallback
- Fix nuisance error messages from rdkafka
Miscellaneous
- Upgraded the version of python 3 and Kafka used in automated tests