Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.21 KB

ConfigureLogCleanerForTopicCompaction.md

File metadata and controls

15 lines (10 loc) · 1.21 KB

ConfigureLogCleanerForTopicCompaction

Properties

Name Type Description Notes
log_cleaner_delete_retention_ms Option<i32> How long are delete records retained? [optional]
log_cleaner_max_compaction_lag_ms Option<i32> The maximum amount of time message will remain uncompacted. Only applicable for logs that are being compacted [optional]
log_cleaner_min_cleanable_ratio Option<f64> Controls log compactor frequency. Larger value means more frequent compactions but also more space wasted for logs. Consider setting log.cleaner.max.compaction.lag.ms to enforce compactions sooner, instead of setting a very high value for this option. [optional]
log_cleaner_min_compaction_lag_ms Option<i32> The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted. [optional]
log_cleanup_policy Option<String> The default cleanup policy for segments beyond the retention window [optional]

[Back to Model list] [Back to API list] [Back to README]