dajac commented on PR #14271:
URL: https://github.com/apache/kafka/pull/14271#issuecomment-1689042864

   > @dajac hi, could you pls help me see the check error log. I don't quite 
understand the root cause and what should be fixed myself. The check error log 
is as followed
   > 
   > > 
coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:129:1:
 Class Data Abstraction Coupling is 26 (max allowed is 25) classes 
[CompletableFuture, ConsumerGroup, ConsumerGroupHeartbeatResponseData, 
ConsumerGroupHeartbeatResponseData.Assignment, 
ConsumerGroupHeartbeatResponseData.TopicPartitions, 
ConsumerGroupMember.Builder, CoordinatorResult, CurrentAssignmentBuilder, 
FencedMemberEpochException, GenericGroup, GenericGroupMember, 
GroupIdNotFoundException, GroupMaxSizeReachedException, HeartbeatResponseData, 
InvalidRequestException, JoinGroupRequestProtocol, 
JoinGroupRequestProtocolCollection, JoinGroupResponseData, 
ListGroupsResponseData, SyncGroupResponseData, TargetAssignmentBuilder, 
TimelineHashMap, TimelineHashSet, UnknownMemberIdException, 
UnknownServerException, UnsupportedAssignorException].
   
   @zhaohaidao It looks like we have hit the maximum number of imports. We 
could consider adding an exception for this. Have you tried this?


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