Skip to content

Commit a9ec8ce

Browse files
authored
Merge branch 'main' into DOC-1844
2 parents e9cd68d + 0768581 commit a9ec8ce

18 files changed

Lines changed: 88 additions & 6 deletions

modules/ROOT/nav.adoc

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,11 @@
420420
*** xref:develop:managed-connectors/create-snowflake-connector.adoc[Snowflake Sink Connector]
421421
422422
* xref:manage:index.adoc[Manage]
423+
** xref:manage:rpk/index.adoc[Redpanda CLI]
424+
*** xref:manage:rpk/intro-to-rpk.adoc[]
425+
*** xref:manage:rpk/rpk-install.adoc[]
426+
*** xref:manage:rpk/broker-admin.adoc[]
427+
*** xref:manage:rpk/config-rpk-profile.adoc[]
423428
** xref:manage:cluster-maintenance/index.adoc[Cluster Maintenance]
424429
*** xref:manage:cluster-maintenance/cluster-state.adoc[]
425430
*** xref:manage:maintenance.adoc[]
@@ -428,13 +433,7 @@
428433
**** xref:manage:audit-logging/audit-log-samples.adoc[]
429434
*** xref:manage:cluster-maintenance/manage-throughput.adoc[]
430435
*** xref:manage:cluster-maintenance/configure-availability.adoc[]
431-
** xref:manage:monitor-cloud.adoc[]
432436
** xref:manage:mountable-topics.adoc[]
433-
** xref:manage:rpk/index.adoc[Redpanda CLI]
434-
*** xref:manage:rpk/intro-to-rpk.adoc[]
435-
*** xref:manage:rpk/rpk-install.adoc[]
436-
*** xref:manage:rpk/broker-admin.adoc[]
437-
*** xref:manage:rpk/config-rpk-profile.adoc[]
438437
** xref:manage:iceberg/index.adoc[Iceberg]
439438
*** xref:manage:iceberg/about-iceberg-topics.adoc[]
440439
*** xref:manage:iceberg/specify-iceberg-schema.adoc[]
@@ -452,6 +451,13 @@
452451
*** xref:manage:schema-reg/record-deserialization.adoc[Deserialization]
453452
*** xref:manage:schema-reg/programmable-push-filters.adoc[Programmable Push Filters]
454453
*** xref:manage:schema-reg/edit-topic-configuration.adoc[Edit Topic Configuration]
454+
** xref:manage:disaster-recovery/index.adoc[Disaster Recovery]
455+
*** xref:manage:disaster-recovery/shadowing/index.adoc[Shadowing]
456+
**** xref:manage:disaster-recovery/shadowing/overview.adoc[Overview]
457+
**** xref:manage:disaster-recovery/shadowing/setup.adoc[Configure Shadowing]
458+
**** xref:manage:disaster-recovery/shadowing/monitor.adoc[Monitor Shadowing]
459+
**** xref:manage:disaster-recovery/shadowing/failover.adoc[Failover]
460+
**** xref:manage:disaster-recovery/shadowing/failover-runbook.adoc[Failover Runbook]
455461
** xref:manage:api/index.adoc[Cloud API]
456462
*** link:/api/doc/cloud-controlplane/topic/topic-quickstart[Cloud API Quickstart]
457463
*** link:/api/doc/cloud-controlplane/topic/topic-cloud-api-overview[Cloud API Overview]
@@ -464,6 +470,7 @@
464470
*** link:/api/doc/cloud-controlplane/topic/topic-error-and-status-codes[Cloud API Errors and Status Codes]
465471
*** link:/api/doc/cloud-controlplane/topic/topic-deprecation-policy[Cloud API Deprecation Policy]
466472
** xref:manage:terraform-provider.adoc[]
473+
** xref:manage:monitor-cloud.adoc[]
467474
468475
* xref:billing:index.adoc[Billing]
469476
** xref:billing:billing.adoc[]
@@ -601,6 +608,15 @@
601608
***** xref:reference:rpk/rpk-security/rpk-security-user-delete.adoc[]
602609
***** xref:reference:rpk/rpk-security/rpk-security-user-update.adoc[]
603610
***** xref:reference:rpk/rpk-security/rpk-security-user-list.adoc[]
611+
*** xref:reference:rpk/rpk-shadow/rpk-shadow.adoc[]
612+
**** xref:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[]
613+
**** xref:reference:rpk/rpk-shadow/rpk-shadow-create.adoc[]
614+
**** xref:reference:rpk/rpk-shadow/rpk-shadow-delete.adoc[]
615+
**** xref:reference:rpk/rpk-shadow/rpk-shadow-describe.adoc[]
616+
**** xref:reference:rpk/rpk-shadow/rpk-shadow-failover.adoc[]
617+
**** xref:reference:rpk/rpk-shadow/rpk-shadow-list.adoc[]
618+
**** xref:reference:rpk/rpk-shadow/rpk-shadow-status.adoc[]
619+
**** xref:reference:rpk/rpk-shadow/rpk-shadow-update.adoc[]
604620
*** xref:reference:rpk/rpk-topic/rpk-topic.adoc[]
605621
**** xref:reference:rpk/rpk-topic/rpk-topic-add-partitions.adoc[]
606622
**** xref:reference:rpk/rpk-topic/rpk-topic-alter-config.adoc[]

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ This page lists new features added to Redpanda Cloud.
1212

1313
You can now deploy managed MCP servers directly inside your Redpanda Cloud cluster with xref:ai-agents:mcp/remote/overview.adoc[Remote MCP]. Remote MCP servers give AI assistants streaming data capabilities, enabling use cases like real-time data generation, stream processing, and event publishing.
1414

15+
=== Shadowing
16+
17+
Redpanda Cloud now supports xref:manage:disaster-recovery/shadowing/overview.adoc[Shadowing], a disaster recovery solution that provides asynchronous, offset-preserving replication between distinct Redpanda clusters. Shadowing enables cross-region data protection by replicating topic data, configurations, consumer group offsets, ACLs, and Schema Registry data with byte-level fidelity.The shadow cluster operates in read-only mode while continuously receiving updates from the source cluster. During a disaster, you can failover individual topics or an entire shadow link to make resources fully writable for production traffic.
18+
19+
Shadowing is supported on BYOC and Dedicated clusters running Redpanda version 25.3 and later.
20+
1521
=== Metrics for Serverless
1622

1723
You can now view and export metrics from Serverless clusters to third-party monitoring systems like Prometheus and Grafana. See xref:manage:monitor-cloud.adoc[Monitor Redpanda Cloud] for details on configuring monitoring for your Serverless cluster and xref:reference:public-metrics-reference.adoc[Metrics Reference] for a list of metrics available in Serverless.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
= Disaster Recovery
2+
:description: Learn about disaster recovery options for Redpanda Cloud.
3+
:page-layout: index
4+
5+
6+
Shadowing complements Redpanda's existing availability and recovery capabilities. High availability actively protects your day-to-day operations, handling reads and writes seamlessly during node or availability zone failures within a region. Shadowing is your safety net for catastrophic regional disasters. Shadowing delivers near real-time, cross-region replication for mission-critical applications that require rapid failover with minimal data loss.
7+
8+
NOTE: Shadowing is supported on BYOC and Dedicated clusters running Redpanda version 25.3 and later.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= Failover Runbook
2+
:description: Step-by-step runbook for failover procedures in disaster recovery.
3+
4+
include::ROOT:manage:disaster-recovery/shadowing/failover-runbook.adoc[tag=single-source]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= Configure Failover
2+
:description: Learn how to configure failover for disaster recovery.
3+
4+
include::ROOT:manage:disaster-recovery/shadowing/failover.adoc[tag=single-source]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= Shadowing
2+
:description: Learn about shadowing for disaster recovery in Redpanda Cloud.
3+
:page-layout: index
4+
5+
NOTE: Shadowing is supported on BYOC and Dedicated clusters running Redpanda version 25.3 and later.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= Monitor Shadowing
2+
:description: Learn how to monitor shadowing for disaster recovery.
3+
4+
include::ROOT:manage:disaster-recovery/shadowing/monitor.adoc[tag=single-source]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= Shadowing Overview
2+
:description: Overview of shadowing for disaster recovery in Redpanda Cloud.
3+
4+
include::ROOT:manage:disaster-recovery/shadowing/overview.adoc[tag=single-source]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= Configure Shadowing
2+
:description: Learn how to configure shadowing for disaster recovery.
3+
4+
include::ROOT:manage:disaster-recovery/shadowing/setup.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk shadow config generate
2+
3+
include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[tag=single-source]

0 commit comments

Comments
 (0)