Skip to content
Open
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
e37c208
dr: adds shadowing docs
paulohtb6 Oct 8, 2025
f215318
adding links
paulohtb6 Oct 9, 2025
56429fc
enterprise feature notice
paulohtb6 Oct 9, 2025
2683e4e
modify how internal topics are handled
paulohtb6 Oct 11, 2025
8eb512f
change tags
paulohtb6 Oct 11, 2025
91c4fd7
update with the latest from core
paulohtb6 Oct 15, 2025
e36940c
expand on filtering
paulohtb6 Oct 15, 2025
1cc2d27
networking
paulohtb6 Oct 15, 2025
2440858
update example
paulohtb6 Oct 15, 2025
8786f88
add runbook
paulohtb6 Oct 15, 2025
a46c4c6
expand on monitoring
paulohtb6 Oct 15, 2025
9e08972
add runbook to nav
paulohtb6 Oct 15, 2025
ada54aa
fix lists
paulohtb6 Oct 15, 2025
501106b
Apply suggestion from @paulohtb6
paulohtb6 Oct 16, 2025
285a4f8
Apply suggestion from @paulohtb6
paulohtb6 Oct 16, 2025
1f7a58a
Update modules/ROOT/nav.adoc
paulohtb6 Oct 16, 2025
47f2164
fix lists
paulohtb6 Oct 16, 2025
cb6019b
Apply suggestions from code review
paulohtb6 Oct 16, 2025
2f4b6a1
rename file
paulohtb6 Oct 17, 2025
49ef78f
Apply suggestions from code review
paulohtb6 Oct 17, 2025
66cbbf7
Update modules/ROOT/nav.adoc
paulohtb6 Oct 17, 2025
447a6cb
add periods
paulohtb6 Oct 17, 2025
ec68d45
update shadowing guide
paulohtb6 Oct 17, 2025
2cdb4b4
review points
paulohtb6 Oct 17, 2025
4e01c64
move disaster readiness checklist
paulohtb6 Oct 17, 2025
7ee511a
periods
paulohtb6 Oct 17, 2025
9348c16
modify lists
paulohtb6 Oct 17, 2025
ad8ddd5
add force delete
paulohtb6 Oct 17, 2025
98b25c5
fix callout
paulohtb6 Oct 17, 2025
ede2676
code review
paulohtb6 Oct 17, 2025
89ee641
adjust wording
paulohtb6 Oct 17, 2025
a82a13f
reorganizes the filtering rules
paulohtb6 Oct 17, 2025
4ea9205
enable tls
paulohtb6 Oct 17, 2025
1167c6c
from promotion to failover
paulohtb6 Oct 17, 2025
3980368
removed paused state
paulohtb6 Oct 17, 2025
9b97a74
adress review points
paulohtb6 Oct 17, 2025
8009a2b
Apply suggestions from code review
paulohtb6 Oct 17, 2025
1613786
Apply suggestions from code review from PM
paulohtb6 Oct 24, 2025
54cbeb9
Code review: style changes
paulohtb6 Oct 24, 2025
54011ae
combine messages
paulohtb6 Oct 24, 2025
0ed2dab
add schema registry and new states
paulohtb6 Oct 24, 2025
2936799
updates replaceable vars and breaking changes
paulohtb6 Oct 24, 2025
1df10dd
add start_offset feature
paulohtb6 Oct 24, 2025
ebd52bd
simplify rpk steps
paulohtb6 Oct 24, 2025
f8d2c70
code review
paulohtb6 Oct 24, 2025
1efebd0
add outputs and todo to check them again
paulohtb6 Oct 24, 2025
8d88936
update client config fields
paulohtb6 Oct 24, 2025
2e822de
code review
paulohtb6 Oct 24, 2025
7924dab
add consumer groups
paulohtb6 Oct 24, 2025
aedbad9
add whats new
paulohtb6 Oct 24, 2025
82147e4
Shadowing new structure (#1409)
paulohtb6 Oct 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/get-started/pages/release-notes/redpanda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This topic includes new content added in version {page-component-version}. For a
* xref:redpanda-cloud:get-started:whats-new-cloud.adoc[]
* xref:redpanda-cloud:get-started:cloud-overview.adoc#redpanda-cloud-vs-self-managed-feature-compatibility[Redpanda Cloud vs Self-Managed feature compatibility]

== Shadowing

Redpanda v25.3 introduces xref:deploy:redpanda/manual/resilience/shadowing.adoc[Shadowing], an Enterprise-licensed 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 fail over individual topics or an entire shadow link to make resources fully writable for production traffic. See xref:deploy:redpanda/manual/resilience/shadowing-guide.adoc[Emergency Shadowing Guide] for emergency procedures.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest shadowing-guide.adoc[] since this keeps getting renamed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also suggest failover (one word) here, since most doc uses that. I still think we should discuss overall usage, but for now I'd keep it all consistent.


== Connected client monitoring

You can view details about Kafka client connections using the Admin API ListKafkaConnections endpoint. This allows you to view detailed information about about active client connections on a cluster, and identify and troubleshoot problematic clients. For more information, see xref:manage:monitoring.adoc#identify-high-throughput-clients[Monitor Redpanda].
Expand Down