Skip to content

Commit 9fcdd46

Browse files
committed
fix link
1 parent 764000f commit 9fcdd46

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

modules/reference/pages/properties/object-storage-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ When set to `true`, Redpanda can re-upload data for compacted topics to object s
712712

713713
---
714714

715+
[[cloud_storage_enable_remote_allow_gaps]]
715716
=== cloud_storage_enable_remote_allow_gaps
716717

717718
Controls the eviction of locally stored log segments when Tiered Storage uploads are paused. Set to `false` to only evict data that has already been uploaded to object storage. If the retained data fills the local volume, Redpanda throttles producers. Set to `true` to allow the eviction of locally stored log segments, which may create gaps in offsets.

modules/reference/pages/properties/topic-properties.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ include::develop:partial$topic-properties-warning.adoc[]
5656
| <<replicationfactor,`replication.factor`>>
5757
| xref:./cluster-properties.adoc#default_topic_replications[`default_topic_replications`]
5858

59+
| <<redpandaremoteallowgaps,`redpanda.remote.allowgaps`>>
60+
| xref:./object-storage-properties.adoc#cloud_storage_enable_remote_allow_gaps[`cloud_storage_enable_remote_allow_gaps`]
61+
5962
| <<retentionbytes,`retention.bytes`>>
6063
| xref:./cluster-properties.adoc#retention_bytes[`retention_bytes`]
6164

@@ -600,13 +603,13 @@ A flag for enabling Redpanda to upload data for a topic from local storage to ob
600603

601604
Controls the eviction of locally stored log segments when Tiered Storage uploads are paused for this topic. Set to `false` (default) to only evict data that has already been uploaded to object storage. If the retained data fills the local volume, Redpanda throttles producers. Set to `true` to allow the eviction of locally stored log segments, which may create gaps in offsets.
602605

603-
This topic-level property overrides the cluster-level xref:./cluster-properties.adoc#cloud_storage_enable_remote_allow_gaps[`cloud_storage_enable_remote_allow_gaps`] property for the topic.
606+
This topic-level property overrides the cluster-level xref:./object-storage-properties.adoc#cloud_storage_enable_remote_allow_gaps[`cloud_storage_enable_remote_allow_gaps`] property for the topic.
604607

605608
*Type:* boolean
606609

607610
*Default:* `false`
608611

609-
*Related cluster property:* xref:./cluster-properties.adoc#cloud_storage_enable_remote_allow_gaps[`cloud_storage_enable_remote_allow_gaps`]
612+
*Related cluster property:* xref:./object-storage-properties.adoc#cloud_storage_enable_remote_allow_gaps[`cloud_storage_enable_remote_allow_gaps`]
610613

611614
**Related topics**:
612615

0 commit comments

Comments
 (0)