conduktor.io ↗

remote.log.manager.task.interval.ms — Kafka Broker Configuration

Interval at which remote log manager runs the scheduled tasks like copy segments, and clean up remote log segments..

Description

Interval at which remote log manager runs the scheduled tasks like copy segments, and clean up remote log segments.

Default Values by Kafka Version

Kafka VersionDefault Value
3.630000 (30 seconds)
3.730000 (30 seconds)
3.830000 (30 seconds)
3.930000 (30 seconds)
4.030000 (30 seconds)
4.130000 (30 seconds)
4.230000 (30 seconds)

Tuning Recommendation

ProfileRecommendedWhy
broker / cost10000Reduces the segment archival check interval from 30s to 10s. Segments become eligible for remote copy sooner, reducing the window where data exists only on local disk. Critical for bursty topics that produce large segments quickly.

Related Configs

remote.log.storage.system.enable · remote.log.manager.copier.thread.pool.size

Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.