From 7b8633e36f274ef90ab875ad0b02f2b8a891b9b4 Mon Sep 17 00:00:00 2001 From: Andrew Schofield Date: Mon, 12 May 2025 18:08:11 +0100 Subject: [PATCH] MINOR: Add deprecation of listConsumerGroups to upgrade.html (#19684) 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 --- docs/upgrade.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/upgrade.html b/docs/upgrade.html index 63b3886de24..0b27d9099e8 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -52,7 +52,15 @@ -
  • Stream +
  • Admin +
      +
    • + The listConsumerGroups() and listConsumerGroups(ListConsumerGroupsOptions) methods in Admin are deprecated, + and will be removed in the next major version. Use Admin.listGroups(ListGroupsOptions.forConsumerGroups()) instead. +
    • +
    +
  • +
  • Kafka Streams
    • The window.size.ms and window.inner.serde.class in StreamsConfig are deprecated.