You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/reference/pages/properties/cluster-properties.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3698,7 +3698,7 @@ Maximum compacted segment size after consolidation.
3698
3698
=== max_compaction_lag_ms
3699
3699
3700
3700
For a compacted topic, the maximum time a message remains ineligible for compaction.
3701
-
The topic property `max.compaction.lag.ms` overrides this property.
3701
+
The topic property (xref:reference:properties/topic-properties.adoc#max.compaction.lag.ms)[max.compaction.lag.ms] overrides this property.
3702
3702
3703
3703
*Unit:* milliseconds
3704
3704
@@ -3961,7 +3961,7 @@ The minimum ratio between the number of bytes in dirty segments and the total nu
3961
3961
3962
3962
=== min_compaction_lag_ms
3963
3963
3964
-
For a compacted topic, the minimum time a message remains uncompacted in the log. The topic property `min.compaction.lag.ms` overrides this property.
3964
+
For a compacted topic, the minimum time a message remains uncompacted in the log. The topic property (xref:reference:properties/topic-properties.adoc#min.compaction.lag.ms)[min.compaction.lag.ms] overrides this property.
0 commit comments