-
Notifications
You must be signed in to change notification settings - Fork 47
Fix version #1438
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
Fix version #1438
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 the Redpanda documentation site to version 25.3 beta, introducing comprehensive documentation for the Shadowing disaster-recovery feature and new Admin API v2 (ConnectRPC) endpoints. The changes include version and metadata updates to antora.yml and local-antora-playbook.yml, significant navigation restructuring in ROOT/nav.adoc to introduce a Disaster Recovery section, and multiple new documentation pages covering Shadowing setup, monitoring, failover, and runbooks. Additionally, the PR reorganizes cross-references throughout the documentation, updates Linux Console deployment instructions, and replaces legacy documentation on Iceberg topics with Shadowing disaster-recovery guidance. Schema Registry documentation is expanded to cover import mode, and cluster properties are updated to reference reconfigured client-connection documentation. Sequence Diagram(s)sequenceDiagram
participant User as Documentation Reader
participant Nav as Navigation
participant DR as Disaster Recovery<br/>(New Section)
participant Shadowing as Shadowing<br/>Pages
User->>Nav: Browse deployment docs
Nav->>DR: Route to Disaster Recovery
DR->>Shadowing: Access Shadowing overview
Shadowing->>Shadowing: Follow: Overview → Setup<br/>→ Monitor → Failover
Shadowing-->>User: Emergency?<br/>→ Failover Runbook
Note over DR,Shadowing: New v25.3 architecture:<br/>Moved from cluster-maintenance<br/>to dedicated DR section
sequenceDiagram
participant User as Admin
participant rpk as rpk CLI
participant AdminAPI as Admin API<br/>(v1 & v2)
participant Cluster as Redpanda Cluster
User->>AdminAPI: New: ConnectRPC (v2)<br/>Port 9644 (shared)
User->>AdminAPI: Legacy: REST v1<br/>Port 9644 (shared)
AdminAPI->>Cluster: List connections /Monitor<br/>Shadowing status
Cluster-->>AdminAPI: Client/Shadow metrics
AdminAPI-->>User: Display health data
Note over AdminAPI: Both endpoints<br/>coexist on 9644
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20-25 minutes Key areas requiring attention:
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
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 |
Description
Resolves https://redpandadata.atlassian.net/browse/
Review deadline:
Page previews
Checks