Part of #3560. ## Summary Implement **DescribeGroups (15)** and **ListGroups (16)** for observability and `kafka-consumer-groups.sh` compatibility. ## Depends on - #3541 — consumer group state exists - #3539 — Phase 1 ## Scope - [ ] ListGroups: active groups on coordinator - [ ] DescribeGroups: members, assignment, state (Stable, CompletingRebalance, etc.) - [ ] Integration test with running consumer group ## Acceptance criteria - [ ] Admin can inspect group membership via Kafka CLI tools ## References - Rollout plan: https://github.com/apache/iggy/discussions/3253#discussioncomment-17181030
Part of #3560.
Summary
Implement DescribeGroups (15) and ListGroups (16) for observability and
kafka-consumer-groups.shcompatibility.Depends on
Scope
Acceptance criteria
References