From 483fe2d32bedcfcdfd7e1c60f120a9221c2b050a Mon Sep 17 00:00:00 2001 From: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Date: Wed, 20 May 2026 09:27:05 -0500 Subject: [PATCH 1/3] Add Cloud Topics to Enterprise Feature License table --- modules/get-started/pages/licensing/overview.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/get-started/pages/licensing/overview.adoc b/modules/get-started/pages/licensing/overview.adoc index 8c50d327dc..f45ee8301d 100644 --- a/modules/get-started/pages/licensing/overview.adoc +++ b/modules/get-started/pages/licensing/overview.adoc @@ -109,6 +109,10 @@ The following table lists the enterprise features for Redpanda and how Redpanda | Records detailed logs of cluster activities for compliance and monitoring. | Read access to the audit log topic is denied, but logging continues. +| xref:develop/manage-topics/cloud-topics.adoc[Cloud Topics] +| A Redpanda topic type that uses durable object storage as the primary backing store instead of local disk replication. +| Cloud Topics cannot be created. Existing Cloud Topics cannot be modified. Additional partitions cannot be added to existing Cloud Topics. Major upgrades are blocked when in a violation state. + | xref:manage:cluster-maintenance/continuous-data-balancing.adoc[Continuous Data Balancing] | Automatically balances partitions across a cluster to optimize resource use and performance. From 723ae7dcc067f130fad913c1f5a6aa8d98516f00 Mon Sep 17 00:00:00 2001 From: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Date: Wed, 20 May 2026 11:16:35 -0500 Subject: [PATCH 2/3] Apply suggestion from @Feediver1 --- modules/get-started/pages/licensing/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/get-started/pages/licensing/overview.adoc b/modules/get-started/pages/licensing/overview.adoc index f45ee8301d..739849e54a 100644 --- a/modules/get-started/pages/licensing/overview.adoc +++ b/modules/get-started/pages/licensing/overview.adoc @@ -111,7 +111,7 @@ The following table lists the enterprise features for Redpanda and how Redpanda | xref:develop/manage-topics/cloud-topics.adoc[Cloud Topics] | A Redpanda topic type that uses durable object storage as the primary backing store instead of local disk replication. -| Cloud Topics cannot be created. Existing Cloud Topics cannot be modified. Additional partitions cannot be added to existing Cloud Topics. Major upgrades are blocked when in a violation state. +| New Cloud Topics cannot be created. Existing Cloud Topics cannot be modified (including the addition or modification of partitions for existing Cloud Topics). Major upgrades are blocked when in a violation state. | xref:manage:cluster-maintenance/continuous-data-balancing.adoc[Continuous Data Balancing] | Automatically balances partitions across a cluster to optimize resource use and performance. From c64d243a3537bca3e0efa8ab3a858cbd38af9b3b Mon Sep 17 00:00:00 2001 From: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Date: Wed, 20 May 2026 12:13:08 -0500 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> --- modules/get-started/pages/licensing/overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/get-started/pages/licensing/overview.adoc b/modules/get-started/pages/licensing/overview.adoc index 739849e54a..c3491fe768 100644 --- a/modules/get-started/pages/licensing/overview.adoc +++ b/modules/get-started/pages/licensing/overview.adoc @@ -109,9 +109,9 @@ The following table lists the enterprise features for Redpanda and how Redpanda | Records detailed logs of cluster activities for compliance and monitoring. | Read access to the audit log topic is denied, but logging continues. -| xref:develop/manage-topics/cloud-topics.adoc[Cloud Topics] +| xref:develop:manage-topics/cloud-topics.adoc[Cloud Topics] | A Redpanda topic type that uses durable object storage as the primary backing store instead of local disk replication. -| New Cloud Topics cannot be created. Existing Cloud Topics cannot be modified (including the addition or modification of partitions for existing Cloud Topics). Major upgrades are blocked when in a violation state. +| New Cloud Topics cannot be created. Existing Cloud Topics cannot be modified, including adding or modifying partitions. Major upgrades are blocked when in a violation state. | xref:manage:cluster-maintenance/continuous-data-balancing.adoc[Continuous Data Balancing] | Automatically balances partitions across a cluster to optimize resource use and performance.