docs(groups): addition of content for groups config page#2413
docs(groups): addition of content for groups config page#2413PaulRMellor merged 3 commits intostreamshub:mainfrom
Conversation
Signed-off-by: prmellor <pmellor@redhat.com>
There was a problem hiding this comment.
Pull request overview
Adds documentation for checking group configuration and updates group-related procedures, including renaming the consumer groups members page to a more general "group members" page.
Changes:
- New
proc-checking-group-configuration.adocandproc-checking-group-members.adocfiles for group config and members procedures - Updated offset reset procedure to describe multiple entry points and revised topic configuration filtering text
- Updated
index.adocto include new files and renamed references
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| proc-checking-group-configuration.adoc | New procedure for checking group configuration |
| proc-checking-group-members.adoc | New procedure for checking group members (replaces consumer-groups-members) |
| proc-resetting-consumer-offsets.adoc | Updated to show two ways to start offset reset |
| proc-checking-topic-configuration.adoc | Refined filter description for topic config |
| con-groups-page.adoc | Minor wording change |
| index.adoc | Updated includes for renamed/new files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
MikeEdgar
left a comment
There was a problem hiding this comment.
One comment about the data sources for groups. I got the descriptions from here: https://github.com/apache/kafka/blob/b0d1e6daa02efab436abea23eb3d51b84eb07bc4/clients/src/main/java/org/apache/kafka/clients/admin/ConfigEntry.java#L215-L225
Signed-off-by: prmellor <pmellor@redhat.com>
|
Hi @MikeEdgar -- updated from review. Thanks |
|



Documentation
Adds a procedure for checking group configuration, plus other group-related doc changes.