v0.11.0
版本发布时间: 2017-07-26 05:52:00
confluentinc/confluent-kafka-python最新发布版本:v2.5.3(2024-09-02 22:24:36)
This is a minimal librdkafka version-synchronized release of the Python client.
Changes:
- Handle null/None values during deserialization
- Allow to pass custom schema registry instance.
- None conf values are now converted to NULL rather than the string "None" (#133)
- Fix memory leaks when certain exceptions were raised.
- Handle delivery.report.only.error in Python (#84)
- Proper use of Message error string on Producer (#129)
- Now Flake8 clean