MINOR: Change share coord linger ms in line with group coord. (#18572)

Reviewers: Andrew Schofield <aschofield@confluent.io>
This commit is contained in:
Sushant Mahajan 2025-01-16 18:46:17 +05:30 committed by GitHub
parent 8262e2315d
commit f1675436e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class ShareCoordinatorConfig {
public static final String STATE_TOPIC_COMPRESSION_CODEC_DOC = "Compression codec for the share-group state topic.";
public static final String APPEND_LINGER_MS_CONFIG = "share.coordinator.append.linger.ms";
public static final int APPEND_LINGER_MS_DEFAULT = 10;
public static final int APPEND_LINGER_MS_DEFAULT = 5;
public static final String APPEND_LINGER_MS_DOC = "The duration in milliseconds that the share coordinator will wait for writes to accumulate before flushing them to disk.";
public static final String STATE_TOPIC_PRUNE_INTERVAL_MS_CONFIG = "share.coordinator.state.topic.prune.interval.ms";