From 8b74634be593044d015f11cec333ee2be4e05d14 Mon Sep 17 00:00:00 2001 From: Michele Cyran Date: Tue, 23 Jun 2026 17:39:21 -0600 Subject: [PATCH] rpk: fix doubled "are" in rpk group help text The long help for `rpk group` read "if you add more consumers to a group than there are are total partitions". Remove the duplicated word. This text is the source for the auto-generated rpk group reference docs. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/go/rpk/pkg/cli/group/group.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/rpk/pkg/cli/group/group.go b/src/go/rpk/pkg/cli/group/group.go index 20cc27327c060..b3cc419346473 100644 --- a/src/go/rpk/pkg/cli/group/group.go +++ b/src/go/rpk/pkg/cli/group/group.go @@ -41,7 +41,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