This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
2.6.0.dev1
Pre-release
Pre-release
emmettbutler
released this
09 Dec 18:42
·
639 commits
to master
since this release
Minor Version Features
- Added support to
Broker
andCluster
for Kafka 0.10's Administrative API - Changed the
MemberAssignment
protocol API to more closely match the schema defined
by Kafka
Bug Fixes
- Changed components to use
six.reraise
to raise worker thread exceptions for easier
debugging - Included message offset in messages returned from
Producer
delivery reports - Handled
struct.error
exceptions inProducer._send_request
- Changed protocol implementation to parse
ConsumerGroupProtocolMetadata
from
bytestrings returned from Kafka