mingyen066 commented on code in PR #21678:
URL: https://github.com/apache/kafka/pull/21678#discussion_r2906319976


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/modern/share/ShareGroupConfig.java:
##########
@@ -43,6 +43,14 @@ public class ShareGroupConfig {
     public static final int SHARE_GROUP_PARTITION_MAX_RECORD_LOCKS_DEFAULT = 
2000;
     public static final String SHARE_GROUP_PARTITION_MAX_RECORD_LOCKS_DOC = 
"Share-group record lock limit per share-partition.";
 
+    public static final String 
SHARE_GROUP_MAX_PARTITION_MAX_RECORD_LOCKS_CONFIG = 
"group.share.max.partition.max.record.locks";
+    public static final int SHARE_GROUP_MAX_PARTITION_MAX_RECORD_LOCKS_DEFAULT 
= 10000;

Review Comment:
   Fixed, thanks.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to