Skip to content

Commit

Permalink
Update disk-utilization.adoc (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-da-redpanda authored and Deflaimun committed Jun 5, 2024
1 parent 349d46d commit 4b500a2
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 4b500a2

Please sign in to comment.