kafka-backup icon indicating copy to clipboard operation
kafka-backup copied to clipboard

Backup and Restore for Apache Kafka

Results 42 kafka-backup issues
Sort by recently updated
recently updated
newest added

This basically means we will start always with offset `0` when we do not find any files containing data for a partition. This would simplify the code around https://github.com/itadventurer/kafka-backup/blob/master/src/main/java/de/azapps/kafkabackup/sink/BackupSinkTask.java#L84-L107 dramatically

enhancement

How to replicate `cleanup_policy=delete` correctly with Kafka Backup

documentation

> seems `-Xmx1024M` or Docker `memory_limit=1152M` is not enough for this cluster :( Any ideas about how to calculate HEAP/RAM size for kafka-backup? I have currently no idea how to...

question

This may happen when Backup Files are copied during a running Backup. With bad time following things may happen: ## Partially Corrupt Data file * OS copies a data file....

## Setup 1. Start a Cluster 2. Write some data 3. Do a Backup 4. Stop the Backup 5. append some garbage data to the Log ## Path 1: Continue...

* [ ] Plaintext * [ ] TLS

documentation
help wanted

* [ ] Reference Architecture * [ ] How to Backup * [ ] How to Restore * [ ] How to handle large backup sizes * [ ] How...

documentation

* Document the current workaround using CronJobs and killing Kafka Backup * For a nice solution we need to wait for #52

documentation