From 2422a4b63170740b72afe46dfb1dab4cf420148b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuer=C2=B7maimaitiaili=20Ba?= Date: Thu, 4 Jun 2026 20:09:16 +0800 Subject: [PATCH] Fix bucket storage documentation typo --- docs/products/fast_data/bucket_storage_support/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/products/fast_data/bucket_storage_support/integration.md b/docs/products/fast_data/bucket_storage_support/integration.md index b84969bc16..34216be539 100644 --- a/docs/products/fast_data/bucket_storage_support/integration.md +++ b/docs/products/fast_data/bucket_storage_support/integration.md @@ -43,7 +43,7 @@ In order to correctly integrate the plugins with the Fast Data in a parallel way :::note Parallel architecture requires configuring a subsequent Real-Time Updater which shares the same configuration of the standard data flow, -whereas it reads different ingestion topics (the reingestion ones). This service can deployed alongside the whole Bucket Storage Support +whereas it reads different ingestion topics (the reingestion ones). This service can be deployed alongside the whole Bucket Storage Support configuration with its replicas set to zero (no actual pod is created on Kubernetes). Whenever it is necessary to perform a re-ingestion operation it would then be sufficient to scale up the service's replicas. :::