Skip to content

Commit

Permalink
Update disk-utilization.adoc
Browse files Browse the repository at this point in the history
typo

__consumer_groups

should be 

__consumer_offsets
  • Loading branch information
jason-da-redpanda committed May 14, 2024
1 parent 1ffc412 commit a3eadd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ For periodic offset expiration, set the retention duration of consumer group off
| Enable group offset retention for Redpanda clusters upgraded from versions prior to v23.1.
|===

Redpanda supports group offset deletion with the Kafka OffsetDelete API through rpk with the xref:reference:rpk/rpk-group/rpk-group-offset-delete.adoc[`rpk group offset-delete`] command. The offset delete API provides finer control over culling consumer offsets. For example, it enables the manual removal of offsets that are tracked by Redpanda within the `__consumer_groups` topic. The offsets requested to be removed will be removed only if either the group in question is in a dead state, or the partitions being deleted have no active subscriptions.
Redpanda supports group offset deletion with the Kafka OffsetDelete API through rpk with the xref:reference:rpk/rpk-group/rpk-group-offset-delete.adoc[`rpk group offset-delete`] command. The offset delete API provides finer control over culling consumer offsets. For example, it enables the manual removal of offsets that are tracked by Redpanda within the `__consumer_offsets` topic. The offsets requested to be removed will be removed only if either the group in question is in a dead state, or the partitions being deleted have no active subscriptions.

== Configure segment size

Expand Down

0 comments on commit a3eadd0

Please sign in to comment.