Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion modules/develop/partials/cloud-topics-limitations.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// tag::limitations[]
- Shadow links do not currently support Cloud Topics.
- In Redpanda versions earlier than v26.2, shadow links do not support Cloud Topics.
- Once created, a Cloud Topic cannot be converted back to a standard Redpanda topic that uses local storage or Tiered Storage v1. Conversely, existing topics created as local or Tiered Storage v1 topics cannot be converted to Cloud Topics. Starting in Redpanda v26.2, Cloud Topics can be converted to and from Tiered Storage v2 topics.
// end::limitations[]

Expand Down
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 @@ -33,6 +33,12 @@ Redpanda version 26.2 validates a broader set of non-Java Apache Kafka® clients

See xref:develop:kafka-clients.adoc[Kafka Compatibility] for the full list of validated clients and known exceptions.

== Shadowing support for Cloud Topics

Shadow links now support Cloud Topics, so you can include Cloud Topics in disaster recovery replication alongside standard topics.

See xref:manage:disaster-recovery/shadowing/setup.adoc[Configure Shadowing].

== Deferred upgrade finalization

You can now keep a feature-release upgrade open, soak testing the new version with a guaranteed rollback path, and finalize the upgrade when you are ready. For clusters in a Shadowing topology, new guidance covers upgrade order: upgrade the shadow cluster before the source cluster, and use deferred finalization for bidirectional topologies.
Expand Down
Loading