Skip to content

Commit

Permalink
add Tombstone property (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deflaimun committed Dec 2, 2024
1 parent 9b2f7a8 commit b2d4cc6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modules/reference/pages/properties/cluster-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4878,6 +4878,26 @@ Transaction manager's synchronization timeout. Maximum time to wait for internal

---

=== tombstone_retention_ms

The retention time for tombstone records in a compacted topic. Cannot be enabled at the same time as any of `cloud_storage_enabled`, `cloud_storage_enable_remote_read`, or `cloud_storage_enable_remote_write`. A typical default setting is `86400000`, or 24 hours.

*Unit:* milliseconds

*Requires restart:* No

*Visibility:* `user`

*Type:* integer

*Accepted values:* [`1`, `17592186044415`]

*Default:* `null`

*Related topics:* xref:manage:cluster-maintenance/compaction-settings.adoc#tombstone-record-removal[Tombstone record removal]

---

=== topic_fds_per_partition

Required file handles per partition when creating topics.
Expand Down

0 comments on commit b2d4cc6

Please sign in to comment.