You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ librdkafka v2.10.0 is a feature release:
39
39
leader change and offset validation (#4970).
40
40
* Fix the Nagle algorithm (TCP_NODELAY) on broker sockets to not be enabled
41
41
by default (#4986).
42
+
*[KIP-848]`rd_kafka_DescribeConsumerGroups()` now supports KIP-848 introduced `consumer` groups. Two new fields for consumer group type and target assignment have also been added. Type defines whether this group is a `classic` or `consumer` group. Target assignment is only valid for the `consumer` protocol and its defaults to NULL. (#4922).
43
+
*[KIP-848] Group Config is now supported in AlterConfigs, IncrementalAlterConfigs and DescribeConfigs. (#4939).
42
44
43
45
44
46
## Fixes
@@ -160,7 +162,6 @@ librdkafka v2.10.0 is a feature release:
160
162
161
163
librdkafka v2.8.0 is a maintenance release:
162
164
163
-
* Extend Config Apis to support group config (#4939).
164
165
* Socket options are now all set before connection (#4893).
165
166
* Client certificate chain is now sent when using `ssl.certificate.pem`
166
167
or `ssl_certificate` or `ssl.keystore.location` (#4894).
0 commit comments