conduktor.io ↗

offsets.retention.minutes — Kafka Broker Configuration

For subscribed consumers, committed offset of a specific partition will be expired and discarded when 1) this retention period has elapsed after the consumer group loses all its consumers (i.e.

Description

For subscribed consumers, committed offset of a specific partition will be expired and discarded when 1) this retention period has elapsed after the consumer group loses all its consumers (i.e. becomes empty); 2) this retention period has elapsed since the last time an offset is committed for the partition and the group is no longer subscribed to the corresponding topic. For standalone consumers (using manual assignment), offsets will be expired after this retention period has elapsed since the time of last commit. Note that when a group is deleted via the delete-group request, its committed offsets will also be deleted without extra retention period; also when a topic is deleted via the delete-topic request, upon propagated metadata update any group's committed offsets for that topic will also be deleted without extra retention period.

Default Values by Kafka Version

Kafka VersionDefault Value
0.9.01440
0.10.01440
0.10.11440
0.10.21440
0.11.01440
1.01440
1.11440
2.010080
2.110080
2.210080
2.310080
2.410080
2.510080
2.610080
2.710080
2.810080
3.010080
3.110080
3.210080
3.310080
3.410080
3.510080
3.610080
3.710080
3.810080
3.910080
4.010080
4.110080
4.210080
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.