FrankYang0529 commented on code in PR #19343: URL: https://github.com/apache/kafka/pull/19343#discussion_r2024025953
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/Group.java: ########## @@ -200,4 +200,13 @@ void validateOffsetFetch( * Requests a metadata refresh. */ void requestMetadataRefresh(); + + /** + * Returns whether this group should be expired or not + * + * @return whether the group should be expired Review Comment: nit: all the java doc in this file ends with period (`.`). Could you add it? 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org