-
Notifications
You must be signed in to change notification settings - Fork 47
Refine properties list #1451
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
Refine properties list #1451
Conversation
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThis pull request updates documentation for a Redpanda 25.3 beta release. Changes include bumping version metadata from 25.2 to 25.3-beta in Antora configuration files, adding a beta branch to the CI/CD build workflow, and restructuring navigation to introduce a comprehensive Disaster Recovery section featuring Shadowing (asynchronous cross-cluster replication). New documentation pages cover Shadowing setup, monitoring, failover procedures, and emergency runbooks. Additional updates introduce Admin API (ConnectRPC) endpoints documentation, expand Iceberg support to Google Cloud BigLake, migrate Schema Registry documentation for new IMPORT mode, and reorganize existing cluster maintenance and recovery documentation with updated cross-references. The PR also includes new shared content partials for emergency callouts and removes/relocates several existing pages per the new navigation structure. Sequence Diagram(s)sequenceDiagram
actor User as Redpanda Operator
participant Cluster as Primary Cluster
participant Shadow as Shadow Cluster
participant App as Application
Note over Cluster,Shadow: Steady State (Shadowing Active)
Cluster->>Shadow: Async cross-region replication<br/>(topics, configs, offsets)
Shadow-->>Cluster: Lag metrics & status
Note over User,App: Disaster Detected
User->>Cluster: Assess situation<br/>(rpk shadow describe)
User->>Shadow: Verify shadow cluster status<br/>(rpk shadow describe --status)
Note over User: Decision Point
alt Topic-level Failover
User->>Shadow: rpk shadow failover<br/>(specific topics)
else Cluster-level Failover
User->>Shadow: rpk shadow failover --all
end
rect rgba(255, 107, 107, 0.1)
Note over Shadow: Failover Process
Shadow->>Shadow: Convert shadow topics to writable<br/>Stop replication from primary
Shadow->>Shadow: Update topic states to ACTIVE
end
User->>App: Update application config<br/>(point to shadow cluster)
App->>Shadow: Resume produce/consume<br/>against shadow cluster
User->>Shadow: Verify application functionality
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
modules/deploy/pages/redpanda/manual/disaster-recovery/shadowing/setup.adoc
Show resolved
Hide resolved
modules/deploy/pages/redpanda/manual/disaster-recovery/shadowing/setup.adoc
Outdated
Show resolved
Hide resolved
modules/deploy/pages/redpanda/manual/disaster-recovery/shadowing/setup.adoc
Outdated
Show resolved
Hide resolved
modules/deploy/pages/redpanda/manual/disaster-recovery/shadowing/setup.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Michele Cyran <[email protected]>
Co-authored-by: Michele Cyran <[email protected]>
Description
Resolves https://redpandadata.atlassian.net/browse/
Review deadline:
Page previews
Preview
Checks