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
publicstaticfinalStringLOG_CLEANER_DEDUPE_BUFFER_LOAD_FACTOR_DOC = "Log cleaner dedupe buffer load factor. The percentage full the dedupe buffer can become. A higher value " +
70
70
"will allow more log to be cleaned at once but will lead to more hash collisions";
71
71
publicstaticfinalStringLOG_CLEANER_BACKOFF_MS_DOC = "The amount of time to sleep when there are no logs to clean";
72
-
@Deprecated(since = "4.1")
72
+
@Deprecated(since = "4.1", forRemoval = true)
73
73
publicstaticfinalStringLOG_CLEANER_ENABLE_DOC = "This configuration has been deprecated and will be removed in Kafka 5.0. Users should not set it to false to prepare for its future removal. " +
74
74
"Enable the log cleaner process to run on the server. Should be enabled if using any topics with a cleanup.policy=compact including the internal offsets topic. If disabled those topics will not be compacted and continually grow in size.";
75
75
publicstaticfinalStringLOG_CLEANER_DELETE_RETENTION_MS_DOC = "The amount of time to retain tombstone message markers for log compacted topics. This setting also gives a bound " +
0 commit comments