confluent-kafka-python v2.10.0
v2.10.0 is a feature release with the following fixes and enhancements:
- [KIP-848] Group Config is now supported in AlterConfigs, IncrementalAlterConfigs and DescribeConfigs. (#1856)
- [KIP-848]
describe_consumer_groups()
now supports KIP-848 introducedconsumer
groups. Two new fields for consumer group type and target assignment have also been added. Type defines whether this group is aclassic
orconsumer
group. Target assignment is only valid for theconsumer
protocol and its defaults to NULL. (#1873).
confluent-kafka-python v2.10.0 is based on librdkafka v2.10.0, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.