diff --git a/modules/develop/partials/cloud-topics-limitations.adoc b/modules/develop/partials/cloud-topics-limitations.adoc index 3668853fea..1317b92350 100644 --- a/modules/develop/partials/cloud-topics-limitations.adoc +++ b/modules/develop/partials/cloud-topics-limitations.adoc @@ -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[] diff --git a/modules/get-started/pages/release-notes/redpanda.adoc b/modules/get-started/pages/release-notes/redpanda.adoc index ac8a733397..72d17398d2 100644 --- a/modules/get-started/pages/release-notes/redpanda.adoc +++ b/modules/get-started/pages/release-notes/redpanda.adoc @@ -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.