Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/reference/pages/rpk/rpk-group/rpk-group.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ member to the group, then each of the three members will consume two
partitions. This allows you to horizontally scale consuming of topics.

The unit of scaling is a single partition. If you add more consumers to a group
than there are are total partitions to consume, then some consumers will be
than there are total partitions to consume, then some consumers will be
idle. More commonly, you have many more partitions than consumer group members
and each member consumes a chunk of available partitions. One scenario where
you may want more members than partitions is if you want active standby's to
Expand Down Expand Up @@ -76,4 +76,4 @@ group, g
|-v, --verbose |- |Enable verbose logging.
|===

// end::single-source[]
// end::single-source[]