mirror of https://github.com/apache/kafka.git
MINOR: Add deprecation of listConsumerGroups to upgrade.html (#19684)
CI / build (push) Waiting to run
Details
CI / build (push) Waiting to run
Details
As part of KIP-1043, `Admin.listConsumerGroups()` and variants have been deprecated. This is because there are now 4 types of group and listing has been consolidated under `Admin.listGroups()`. This PR adds the deprecation information to the upgrade documentation. Reviewers: Lianet Magrans <lmagrans@confluent.io>
This commit is contained in:
parent
62bec20aef
commit
7b8633e36f
|
@ -52,7 +52,15 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Stream</b>
|
||||
<li><b>Admin</b>
|
||||
<ul>
|
||||
<li>
|
||||
The <code>listConsumerGroups()</code> and <code>listConsumerGroups(ListConsumerGroupsOptions)</code> methods in <code>Admin</code> are deprecated,
|
||||
and will be removed in the next major version. Use <code>Admin.listGroups(ListGroupsOptions.forConsumerGroups())</code> instead.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Kafka Streams</b>
|
||||
<ul>
|
||||
<li>
|
||||
The <code>window.size.ms</code> and <code>window.inner.serde.class</code> in <code>StreamsConfig</code> are deprecated.
|
||||
|
|
Loading…
Reference in New Issue