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


##########
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:
   i have rewritten those to avoid it.



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