Skip to content

Commit c77970a

Browse files
authored
DOC-1788 clarify ephemeral clusters for RRR (#451)
* DOC-1788 clarify ephemeral clusters for RRR * remove beta, add to What's New
1 parent 18c46b8 commit c77970a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

modules/get-started/pages/cloud-overview.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ The following features are currently in beta in Redpanda Cloud:
386386
* BYOVPC for AWS
387387
* BYOVNet for Azure
388388
* Secrets Management for BYOVPC on GCP and AWS
389-
* Remote Read Replicas for AWS and GCP
390389
* xref:ai-agents:index.adoc[AI agents with MCP servers]
391390
* Several Redpanda Connect components
392391

modules/get-started/pages/cluster-types/byoc/remote-read-replicas.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
= Create Remote Read Replicas
2-
:description: Learn how to create a remote read replica topic, which is a read-only topic that mirrors a topic on a different cluster.
2+
:description: Learn how to create a remote read replica topic with BYOC, which is a read-only topic that mirrors a topic on a different cluster.
33
:page-aliases: deploy:deployment-option/cloud/remote-read-replicas.adoc, manage:remote-read-replicas.adoc
4-
:page-beta: true
54

6-
A remote read replica topic is a read-only topic that mirrors a topic on a different cluster. You can create a separate remote cluster just for consumers of this topic and populate its topics from object storage. A read-only topic on a remote cluster can serve any consumer, without increasing the load on the source cluster. Because these read-only topics access data directly from object storage, there's no impact to the performance of the cluster.
5+
A remote read replica topic is a read-only topic that mirrors a topic on a different cluster. You can create a separate remote cluster just for consumers of this topic and populate its topics from object storage. A read-only topic on a remote cluster can serve any consumer, without increasing the load on the source cluster. Because these read-only topics access data directly from object storage, there's no impact to the performance of the cluster. Remote read replica topics do not store any data. When a cluster running a remote read replica is terminated, the topic data only exists on the origin cluster.
76

8-
Redpanda Cloud supports remote read replicas with ephemeral BYOC clusters. Ephemeral clusters are temporary clusters created to handle specific, transient workloads or tasks. After processing, the cluster is terminated to free up resources and reduce costs.
7+
Redpanda Cloud supports remote read replica topics in BYOC clusters on AWS or GCP. These clusters can be ephemeral; that is, created temporarily to handle specific or transient workloads, but they don't have to be. The ability to make them ephemeral provides flexibility and cost efficiency: you can scale resources up or down as needed and pay only for what you use.
98

109
== Prerequisites
1110

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
This page lists new features added to Redpanda Cloud.
88

9+
== November 2025
10+
11+
=== Remote read replicas: GA
12+
13+
xref:get-started:cluster-types/byoc/remote-read-replicas.adoc[Remote read replicas] are now generally available (GA) for BYOC clusters on AWS and GCP. This feature allows you to create read-only topics that mirror a topic on a different cluster, providing greater flexibility and scalability for your data streaming needs.
14+
915
== October 2025
1016

1117
=== Remote MCP: beta

0 commit comments

Comments
 (0)