Skip to content

Conversation

@hvishwanath
Copy link
Contributor

@hvishwanath hvishwanath commented Jan 6, 2026

This was accidentally removed in
78bc9486be671fffa5bb499d5aacdd25e8f29296

Reviewers: Lucas Brutschy [email protected]

@github-actions github-actions bot added triage PRs from the community docs and removed triage PRs from the community labels Jan 6, 2026
@aliehsaeedii
Copy link
Contributor

Thanks, LGTM!

@lucasbru lucasbru changed the title Add missing streams groups tools doc MINOR: Add missing streams groups tools doc Jan 6, 2026
@lucasbru lucasbru requested a review from Copilot January 6, 2026 12:31
@lucasbru lucasbru added the KIP-1071 PRs related to KIP-1071 label Jan 6, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR restores the kafka-streams-groups tool documentation that was accidentally removed in a previous commit. It adds comprehensive documentation for the kafka-streams-groups.sh CLI tool and updates a reference link to point to the restored documentation.

Key Changes:

  • Adds complete documentation file for the Kafka Streams Groups tool (kafka-streams-group-sh.md)
  • Updates link format in app-reset-tool.md to correctly reference the restored documentation

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
docs/streams/developer-guide/kafka-streams-group-sh.md New comprehensive documentation file for the kafka-streams-groups.sh CLI tool, covering usage, commands, options, and best practices
docs/streams/developer-guide/app-reset-tool.md Updates link reference to the restored Streams groups CLI documentation with corrected anchor format

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

---
title: Kafka Streams Groups Tool
type: docs
description:
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description field in the front matter is empty. Consider adding a brief description of what this page covers, which can be useful for SEO and search functionality within the documentation site.

Suggested change
description:
description: CLI reference for `kafka-streams-groups.sh` to list, describe, reset offsets, and delete Kafka Streams groups using the Streams Rebalance Protocol (KIP‑1071).

Copilot uses AI. Check for mistakes.

* `--list`: List Streams groups. Use `--state` to display/filter by state.
* `--describe`: Describe a group selected by `--group`. Combine with:
* `--state` (group state and epochs), `--members` (members and assignments), `--offsets` (input and repartition topics offsets/lag).
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical inconsistency: should be either 'input and repartition topic offsets/lag' (singular) or 'input and repartition topics' offsets/lag' (with apostrophe for possessive). The current phrasing 'topics offsets/lag' is grammatically incorrect.

Suggested change
* `--state` (group state and epochs), `--members` (members and assignments), `--offsets` (input and repartition topics offsets/lag).
* `--state` (group state and epochs), `--members` (members and assignments), `--offsets` (input and repartition topic offsets/lag).

Copilot uses AI. Check for mistakes.
Added usage instructions for kafka-streams-groups.sh.
@lucasbru lucasbru merged commit 2b51021 into apache:trunk Jan 7, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-approved docs KIP-1071 PRs related to KIP-1071

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants