Skip to content

Commit cd93a50

Browse files
committed
review feedback
1 parent 4b8d898 commit cd93a50

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3988,7 +3988,7 @@ The minimum amount of time (in ms) that a log segment must remain unaltered befo
39883988

39893989
*Related topics*:
39903990

3991-
- xref:reference:properties/topic-properties.adoc#min.compaction.lag[Configure minimum compaction lag]
3991+
- xref:reference:properties/topic-properties.adoc#min.compaction.lag.ms[`min.compaction.lag.ms`]
39923992

39933993
---
39943994

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,6 @@ The minimum ratio between the number of bytes in dirty segments and the total nu
241241

242242
The maximum amount of time (in ms) that a log segment can remain unaltered before it is eligible for compaction in a compact topic. Overrides the cluster property xref:cluster-properties.adoc#max_compaction_lag_ms[`max_compaction_lag_ms`] for the topic.
243243

244-
*Unit:* milliseconds
245-
246-
*Requires restart:* No
247-
248-
*Visibility:* `user`
249-
250244
*Type:* integer
251245

252246
*Accepted values:* [`1`, `9223372036854`]
@@ -264,12 +258,6 @@ The maximum amount of time (in ms) that a log segment can remain unaltered befor
264258

265259
The minimum amount of time (in ms) that a log segment must remain unaltered before it can be compacted in a compact topic. Overrides the cluster property xref:cluster-properties.adoc#min_compaction_lag_ms[`min_compaction_lag_ms`] for the topic.
266260

267-
*Unit:* milliseconds
268-
269-
*Requires restart:* No
270-
271-
*Visibility:* `user`
272-
273261
*Type:* integer
274262

275263
*Accepted values:* [`0`, `9223372036854`]

0 commit comments

Comments
 (0)