-
Notifications
You must be signed in to change notification settings - Fork 24
docs(groups): updates the groups page to reflect group types #2393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
PaulRMellor
wants to merge
7
commits into
streamshub:main
Choose a base branch
from
PaulRMellor:docs_groups-changes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+86
−56
Open
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
21bdaec
docs(groups): updates the groups page to reflect group types
PaulRMellor b09197d
docs(review): updates from review by copilot
PaulRMellor e0dddc1
Merge branch 'main' into docs_groups-changes
PaulRMellor 2d8c909
docs(review): updates from comments by TC /01
PaulRMellor 01d5c47
docs(review): updates from comments by ME /01
PaulRMellor 8661a4a
Merge branch 'main' into docs_groups-changes
PaulRMellor b48d084
Merge branch 'main' into docs_groups-changes
PaulRMellor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
|
|
||
| [id='con-groups-page-{context}'] | ||
| = Groups page | ||
|
|
||
| [role="_abstract"] | ||
| The *Groups* page lists all groups associated with a Kafka cluster. | ||
| Groups represent client applications that coordinate work across multiple instances. | ||
|
|
||
| You can filter the list by group name or status. | ||
tomncooper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Kafka supports the following group types: | ||
|
|
||
| * *Consumer groups* coordinate message consumption across multiple consumer instances. Each consumer in the group processes a subset of topic partitions. | ||
| * *Classic groups* use the older Kafka consumer group protocol that existed before the newer consumer protocol was introduced. | ||
PaulRMellor marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * *Streams groups* are created by Kafka Streams applications to coordinate stream processing tasks. | ||
PaulRMellor marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * *Share groups* distribute message processing across multiple consumers using a shared consumption model. Multiple consumers can process messages from the same partition concurrently. | ||
PaulRMellor marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| For each group, the page shows information such as the group type and membership. | ||
| For consumer groups, the console also displays the overall consumer lag across partitions and the number of members. | ||
PaulRMellor marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Click on associated topics to view topic information available from the xref:con-topics-page-{context}[*Topics* page tabs]. | ||
|
|
||
| Consumer group status can be one of the following: | ||
PaulRMellor marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| * *Stable* indicates normal operation. | ||
| * *Rebalancing* indicates that group membership is being adjusted. | ||
| * *Empty* indicates that the group has no active members. | ||
|
|
||
| Click a group name to view group details and membership information. | ||
| Select the options icon (three vertical dots) for a consumer group to reset consumer offsets. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.