chia7712 commented on code in PR #16163:
URL: https://github.com/apache/kafka/pull/16163#discussion_r1624060061


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java:
##########
@@ -13166,6 +13166,50 @@ public void 
testClassicGroupLeaveToConsumerGroupWithoutValidLeaveGroupMember() {
         assertEquals(Collections.emptyList(), leaveResult.records());
     }
 
+    @Test
+    public void testNoConversionWhenSizeExceedsClassicMaxGroupSize() throws 
Exception {
+        MockPartitionAssignor assignor = new MockPartitionAssignor("range");

Review Comment:
   It seems this variable is unused.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to