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
[KIP-848]: Add testing changes and describe consumer group changes for KIP-848 (#329)
* Run perf tests for consumer protocol
* changed docker location for Promisified tests
* Run promisified tests with the new protocol
* Added kafka_jaas.conf
* Remove forbidden properties from KAFAKJS configs too
* Skip for partitionAssigners as well
* Increase test timeout
* increase sleep timeout and expect any strings in protocol in describe groups
* increase test timeout
* set session timeout in server properties
* set session timeout 10 secs
* Skip oauthbreaker tests
* Skip all oauthbreaker_cb tests
* docker logging
* increase timeout to 60
* pin versions
* Remove logging and decrease sleep time
* Change coverage file name
* [KIP-848]: Structure change for DescribeConsumerGroups (#327)
* Added new fields in DescribeConsumerGroup
* error debug
* test changes
* test enabled
* requested changes
* Test fix
* Test fix
* Changelog and test fix
* Changelog change
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# confluent-kafka-javascript v1.4.0
2
+
3
+
v1.4.0 is a feature release. It is supported for all usage.
4
+
5
+
## Enhancements
6
+
7
+
1. References librdkafka v2.11.0. Refer to the [librdkafka v2.11.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.11.0) for more information.
8
+
2.[KIP-848]`describeGroups()` 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 being undefined.
9
+
1
10
# confluent-kafka-javascript v1.3.2
2
11
3
12
v1.3.2 is a maintenance release. It is supported for all usage.
0 commit comments