-
Notifications
You must be signed in to change notification settings - Fork 47
Clarify support for cross region Tiered Storage / RRR #942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
49f7b56
13c5d93
867ef06
25ea723
e145dfe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,8 +26,6 @@ You can create Remote Read Replica topics in a Redpanda cluster that directly ac | |
| - 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. | ||
| ==== | ||
|
|
||
| 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. | ||
|
|
||
| ifdef::env-kubernetes[] | ||
| helm_ref:storage.tiered.config[] | ||
| endif::[] | ||
|
|
@@ -36,11 +34,9 @@ endif::[] | |
|
|
||
| You need the following: | ||
|
|
||
| * An origin cluster with xref:{tiered-storage-link}#set-up-tiered-storage[Tiered Storage] set up. | ||
| * An origin cluster with xref:{tiered-storage-link}#set-up-tiered-storage[Tiered Storage] set up. Note that multi-region buckets or containers are not supported. | ||
|
||
| * A topic on the origin cluster, which you can use as a Remote Read Replica topic on the remote cluster. | ||
| * A separate remote cluster in the same region as the bucket or container used for the origin cluster. | ||
| ** If you use a multi-region bucket/container, you can create the read replica cluster in any region that has that bucket/container. | ||
| ** If you use a single-region bucket/container, the remote cluster must be in the same region as the bucket/container. | ||
| * A separate remote cluster. This cluster can be in the same or a different region as the bucket or container used for the origin cluster. | ||
|
||
|
|
||
| include::shared:partial$enterprise-license.adoc[] | ||
|
|
||
|
|
@@ -58,9 +54,7 @@ You must configure access to the same object storage as the origin cluster. | |
| ifndef::env-kubernetes[] | ||
| To set up a Remote Read Replica topic on a separate remote cluster: | ||
|
|
||
| . Create a remote cluster for the Remote Read Replica topic. | ||
| * If that's a multi-region bucket/container, you can create the read replica cluster in any region that has that bucket/container. | ||
| * If that's a single-region bucket/container, the remote cluster must be in the same region as the bucket/container. | ||
| . Create a remote cluster for the Remote Read Replica topic. The remote cluster can be in the same or a different region as the bucket/container. | ||
|
||
| . 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): | ||
| + | ||
| |=== | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.