Skip to main content

2 posts tagged with "Kafka Backup"

Backup strategies, tooling, and operational guidance for Apache Kafka.

View All Tags

How to Backup and Restore Kafka Topics: A Step-by-Step Guide

· 6 min read
OSO Engineering
The team behind OSO Kafka Backup

You cannot undo a deleted Kafka topic unless you have a backup. To backup a Kafka topic, you capture its records, partition layout, and offsets to durable storage outside the cluster; to restore, you produce that data back into the same or a different cluster. This guide walks through three ways to do it — from a purpose-built CLI to a bare consumer script — and how to verify the result actually restores.

Kafka Backup Best Practices: 10 Rules for Production Data Protection

· 7 min read
OSO Engineering
The team behind OSO Kafka Backup

Kafka backup best practices come down to one principle: a backup you have not restored is a hope, not a backup. Retention deletes your data on schedule, replication copies your mistakes in real time, and neither can return a topic to the state it was in before an incident. These 10 rules turn Kafka backups from a checkbox into something you can bet an on-call shift on.