This is a feature release:
confluent-kafka-go is based on librdkafka v2.10.0, see the
librdkafka v2.10.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
There was no v2.9.0 release.
Enhancements
- [KIP-848] Group Config is now supported in AlterConfigs, IncrementalAlterConfigs and DescribeConfigs. (#1344)
- [KIP-848]
DescribeConsumerGroups()
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. (#1418).