Kafka Consumer Offsets Backup: A Recovery Runbook
A Kafka consumer offsets backup must capture committed group positions with
the topic records those positions reference. In OSO Kafka Backup, enable
include_offset_headers and consumer_group_snapshot, then store both under
the same backup ID.
During recovery, restore records before resetting consumer groups. This order keeps a saved position tied to data that actually exists on the target cluster.