You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/manage/partials/remote-read-replicas.adoc
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,10 @@ You can create Remote Read Replica topics in a Redpanda cluster that directly ac
21
21
22
22
[IMPORTANT]
23
23
====
24
-
- The Remote Read Replica cluster must run on the same version of Redpanda as the origin cluster, or just one feature release ahead of the origin cluster. For example, if the origin cluster is version 23.1, the Remote Read Replica cluster can be 23.2, but not 23.4. It cannot skip feature releases.
24
+
- The Remote Read Replica cluster must run on the same version of Redpanda as the origin cluster, or just one feature release ahead of the origin cluster. For example, if the origin cluster is version 24.1, the Remote Read Replica cluster can be 24.2, but not 24.3. It cannot skip feature releases.
25
25
- When upgrading, upgrade the Remote Read Replica cluster before upgrading the origin cluster.
26
-
- When upgrading to Redpanda 23.2, metadata from object storage is not synchronized until all brokers in the cluster are upgraded. If you need to force a mixed-version cluster to sync read replicas, move partition leadership to brokers running the original version.
27
26
====
28
27
29
-
TIP: To create a Remote Read Replica topic in another region, consider using a https://aws.amazon.com/s3/features/multi-region-access-points/[multi-region bucket^] to simplify deployment and optimize performance.
30
-
31
28
ifdef::env-kubernetes[]
32
29
helm_ref:storage.tiered.config[]
33
30
endif::[]
@@ -36,11 +33,12 @@ endif::[]
36
33
37
34
You need the following:
38
35
39
-
* An origin cluster with xref:{tiered-storage-link}#set-up-tiered-storage[Tiered Storage] set up.
36
+
* An origin cluster with xref:{tiered-storage-link}#set-up-tiered-storage[Tiered Storage] set up. Multi-region buckets or containers are not supported.
40
37
* A topic on the origin cluster, which you can use as a Remote Read Replica topic on the remote cluster.
41
-
* A separate remote cluster in the same region as the bucket or container used for the origin cluster.
42
-
** If you use a multi-region bucket/container, you can create the read replica cluster in any region that has that bucket/container.
43
-
** If you use a single-region bucket/container, the remote cluster must be in the same region as the bucket/container.
38
+
* A separate remote cluster.
39
+
** AWS: The remote cluster must be in the same region as the origin cluster's storage bucket/container.
40
+
** GCP: The remote cluster can be in the same or a different region as the bucket/container.
41
+
** Azure: Remote read replicas are not supported.
44
42
45
43
include::shared:partial$enterprise-license.adoc[]
46
44
@@ -58,9 +56,7 @@ You must configure access to the same object storage as the origin cluster.
58
56
ifndef::env-kubernetes[]
59
57
To set up a Remote Read Replica topic on a separate remote cluster:
60
58
61
-
. Create a remote cluster for the Remote Read Replica topic.
62
-
* If that's a multi-region bucket/container, you can create the read replica cluster in any region that has that bucket/container.
63
-
* If that's a single-region bucket/container, the remote cluster must be in the same region as the bucket/container.
59
+
. Create a remote cluster for the Remote Read Replica topic. For AWS, the remote cluster must be in the same region as the origin cluster's storage bucket/container. For GCP, the remote cluster can be in the same or a different region as the bucket/container.
64
60
. Run `rpk cluster config edit`, and then specify properties specific to your object storage provider (your cluster will require a restart after any changes to these properties):
Copy file name to clipboardExpand all lines: modules/manage/partials/tiered-storage.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ rpk cluster license info
36
36
37
37
- Migrating topics from one object storage provider to another is not supported.
38
38
- Migrating topics from one bucket or container to another is not supported.
39
+
- Multi-region buckets or containers are not supported.
39
40
40
41
CAUTION: Redpanda strongly recommends that you do not re-enable Tiered Storage after previously enabling and disabling it. Re-enabling Tiered Storage can result in inconsistent data and data gaps in Tiered Storage for a topic.
0 commit comments