dajac commented on code in PR #19744: URL: https://github.com/apache/kafka/pull/19744#discussion_r2108655384
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/OffsetMetadataManager.java: ########## @@ -859,6 +859,7 @@ boolean hasCommittedOffset( * * @return A List of OffsetFetchResponseTopics response. */ + @SuppressWarnings("NPathComplexity") Review Comment: Managed to remove it with a small refactoring. -- 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