DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
Status
Current state: Under discussionAccepted
Discussion thread: here
JIRA: https://issues.apache.org/jira/browse/KAFKA-16891
...
It also deprecates the following methods because listGroups with a type filter is preferred for listing groups rather than adding separate methods for each group type over time. The equivalent share groups methods will be removed from KIP-932.
| Method signature | Description |
|---|---|
ListConsumerGroupsResult listConsumerGroups() | List the consumer groups available in the cluster, with the default options. |
ListConsumerGroupsResult listConsumerGroups(ListConsumerGroupsOptions options) | List the consumer groups in the cluster. |
Also deprecated are the related classes such as ListConsumerGroupsResult and ListConsumerGroupsOptions .
...