jeffkbkim commented on code in PR #13538:
URL: https://github.com/apache/kafka/pull/13538#discussion_r1175790304


##########
checkstyle/suppressions.xml:
##########
@@ -318,6 +318,14 @@
     <suppress checks="AvoidStarImport"
               files="MetadataVersionTest.java"/>
 
+    <!-- group coordinator -->
+    <suppress checks="CyclomaticComplexity"
+              files="(ConsumerGroupMember).java"/>
+    <suppress checks="NPathComplexity"

Review Comment:
   which part of the code requires this suppression?



-- 
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

Reply via email to