From 7b62d2bef7376869b02bf6069b7a7bb81a40ec17 Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy Date: Thu, 14 Sep 2023 15:12:01 +0200 Subject: [PATCH] fixed text --- docs/products/kafka/concepts/tiered-storage-guarantees.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/products/kafka/concepts/tiered-storage-guarantees.rst b/docs/products/kafka/concepts/tiered-storage-guarantees.rst index ec6b40ff32..4dfa59f0a4 100644 --- a/docs/products/kafka/concepts/tiered-storage-guarantees.rst +++ b/docs/products/kafka/concepts/tiered-storage-guarantees.rst @@ -10,7 +10,7 @@ With Aiven for Apache Kafka®'s tiered storage, there are two primary types of d Example -------- -Let's say you have a topic with a total retention threshold of 1000 bytes and a local retention threshold of 200 GB. This means that: +Let's say you have a topic with a total retention threshold of 1000 GB and a local retention threshold of 200 GB. This means that: * All data for the topic will be retained, regardless of whether it is stored locally or remotely, as long as the total size of the data does not exceed 1000 GB. * If the total size of the data exceeds 200 GB, Kafka will move older segments to the remote storage and delete them from the local disk. No data will be deleted from local storage until it has been safely transferred to remote storage.