AndrewJSchofield commented on code in PR #16969: URL: https://github.com/apache/kafka/pull/16969#discussion_r1739912115
########## server/src/main/java/org/apache/kafka/server/config/ShareGroupConfig.java: ########## @@ -63,14 +63,19 @@ public class ShareGroupConfig { public static final int SHARE_GROUP_MAX_RECORD_LOCK_DURATION_MS_DEFAULT = 60000; public static final String SHARE_GROUP_MAX_RECORD_LOCK_DURATION_MS_DOC = "The record acquisition lock maximum duration in milliseconds for share groups."; + public static final String SHARE_FETCH_PURGATORY_PURGE_INTERVAL_REQUESTS_CONFIG = "share.fetch.purgatory.purge.interval.requests"; Review Comment: Config added to the KIP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org