apoorvmittal10 commented on code in PR #19505: URL: https://github.com/apache/kafka/pull/19505#discussion_r2049280366
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/modern/share/ShareGroupConfig.java: ########## @@ -104,7 +97,7 @@ public class ShareGroupConfig { private final String shareGroupPersisterClassName; public ShareGroupConfig(AbstractConfig config) { - // Share groups are enabled in two cases: + // Share groups are enabled in either of the two following cases: // 1. The internal configuration to enable it is explicitly set Review Comment: ```suggestion // 1. The internal configuration to enable it is explicitly set; or ``` -- 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