Confluent's Python client for Apache Kafka
confluent-kafka-python is based on librdkafka v1.0.1, see the librdkafka v1.0.1 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
v1.0.1 is a maintenance release with the following fixes:
- Fix consumer stall when broker connection goes down (issue #2266 introduced in v1.0.0)
- Fix AdminAPI memory leak when broker does not support request (@souradeep100, #2314)
- SR client: Don't disable cert verification if no ssl.ca.location set (#578)
- Treat ECONNRESET as standard Disconnects (#2291)
- OpenSSL version bump to 1.0.2s
- Update/fix protocol error response codes (@benesch)
- Update Consumer get_watermark_offsets docstring (@hrchu, #572)
- Update Consumer subscribe docstring to include on_assign and on_revoke args (@hrchu, #571)
- Update delivery report string formatting (@hrchu, #575)
- Update logging configuration code example document (@soxofaan , #579)
- Implement environment markers to fix poetry (@fishman, #583)