Skip to content

Commit

Permalink
Add ConsumerGroupMember
Browse files Browse the repository at this point in the history
  • Loading branch information
dajac committed Apr 25, 2023
1 parent c39bf71 commit 48d873a
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 0 deletions.
6 changes: 6 additions & 0 deletions checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,12 @@
<suppress checks="AvoidStarImport"
files="MetadataVersionTest.java"/>

<!-- group coordinator -->
<suppress checks="CyclomaticComplexity"
files="(ConsumerGroupMember).java"/>
<suppress checks="ParameterNumber"
files="(ConsumerGroupMember).java"/>

<!-- storage -->
<suppress checks="CyclomaticComplexity"
files="(LogValidator|RemoteLogManagerConfig).java"/>
Expand Down

0 comments on commit 48d873a

Please sign in to comment.