Closed
Description
Backport #25496 to branch v24.3.x. This issue was created as a placeholder because the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:
git checkout v24.3.x
git checkout -b manual-backport-25496-v24.3.x-282
git cherry-pick -x eaf7b060c9
git push origin manual-backport-25496-v24.3.x-282
gh pr create \
--title "[v24.3.x] kafka/server/group_manager: Reset group metrics on remove" \
--base "v24.3.x" \
--label "kind/backport" \
--head "manual-backport-25496-v24.3.x-282" \
--draft \
--repo "redpanda-data/redpanda" \
--milestone "v24.3.x-next" \
--body "Backport of PR https://github.com/redpanda-data/redpanda/pull/25496 "
JIRA Link: [CORE-9585](https://redpandadata.atlassian.net/browse/CORE-9585)