Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
237 changes: 237 additions & 0 deletions docs-data/property-overrides.json

Large diffs are not rendered by default.

75 changes: 0 additions & 75 deletions docs-data/redpanda-property-changes-v25.3.1-to-v25.3.3.json

This file was deleted.

45 changes: 0 additions & 45 deletions docs-data/redpanda-property-changes-v25.3.9-to-v25.3.10.json

This file was deleted.

4 changes: 4 additions & 0 deletions modules/get-started/pages/licensing/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ Continuous Intra-Broker Partition Balancing is enabled by default for all new cl
| Provides enterprise-grade disaster recovery through asynchronous, offset-preserving replication between distinct Redpanda clusters for cross-region data protection.
| New shadow links cannot be created. Existing shadow links continue operating and can be updated.

| Topic Deletion Control (`delete_topic_enable`)
| When set to `false`, prevents all users, including superusers, from deleting topics through the Kafka DeleteTopics API. Use this as a cluster-wide safety setting to prevent accidental topic deletion.
| Topic deletion is re-enabled (reverts to `true`).

| xref:manage:topic-recovery.adoc[Topic Recovery]
| Allows restoring a single topic from Tiered Storage using remote recovery properties.
| You cannot create topics with the `redpanda.remote.recovery=true` property or perform topic recovery operations. To proceed, add a valid license to the target cluster. Without a valid license, topic recovery is blocked.
Expand Down
Loading
Loading