Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Minor update text in Backups topic based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Sep 29, 2023
1 parent 36e1ed7 commit 96b8000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/products/kafka/concepts/tiered-storage-backups.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tiered storage backups
========================

In Aiven for Apache Kafka®'s tiered storage, data that resides in topics with tiered storage will persist across power cycles. However, this is not the same as a conventional backup system. Only topics with tiered storage get copied to remote locations, while active data segments remain on local storage due to limitations with Apache Kafka.
In Aiven for Apache Kafka's tiered storage, data that resides in topics with tiered storage will persist across power cycles, as long as segments have been successfully synchronized to the remote storage. Only topics with tiered storage get copied to remote locations, while active data segments remain on local storage due to limitations with Apache Kafka.

Check failure on line 4 in docs/products/kafka/concepts/tiered-storage-backups.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/kafka/concepts/tiered-storage-backups.rst#L4

[Aiven.first_Kafka_is_registered] At least one 'Kafka' must be marked as ®
Raw output
{"message": "[Aiven.first_Kafka_is_registered] At least one 'Kafka' must be marked as ®", "location": {"path": "docs/products/kafka/concepts/tiered-storage-backups.rst", "range": {"start": {"line": 4, "column": 21}}}, "severity": "ERROR"}

Check failure on line 4 in docs/products/kafka/concepts/tiered-storage-backups.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/kafka/concepts/tiered-storage-backups.rst#L4

[Aiven.first_Kafka_is_registered] At least one 'Kafka' must be marked as ®
Raw output
{"message": "[Aiven.first_Kafka_is_registered] At least one 'Kafka' must be marked as ®", "location": {"path": "docs/products/kafka/concepts/tiered-storage-backups.rst", "range": {"start": {"line": 4, "column": 352}}}, "severity": "ERROR"}

.. note::
Remote data can remain vulnerable to accidental or intentional deletions as it stays connected to Apache Kafka brokers.

Check failure on line 7 in docs/products/kafka/concepts/tiered-storage-backups.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/kafka/concepts/tiered-storage-backups.rst#L7

[Aiven.first_Kafka_is_registered] At least one 'Kafka' must be marked as ®
Raw output
{"message": "[Aiven.first_Kafka_is_registered] At least one 'Kafka' must be marked as ®", "location": {"path": "docs/products/kafka/concepts/tiered-storage-backups.rst", "range": {"start": {"line": 7, "column": 110}}}, "severity": "ERROR"}
Expand Down

0 comments on commit 96b8000

Please sign in to comment.