FrankYang0529 commented on code in PR #18034:
URL: https://github.com/apache/kafka/pull/18034#discussion_r1874333440


##########
clients/src/test/java/org/apache/kafka/clients/admin/internals/DescribeConsumerGroupsHandlerTest.java:
##########
@@ -164,17 +165,21 @@ public void testSuccessfulHandleConsumerGroupResponse() {
             Optional.of(new MemberAssignment(Set.of(
                 new TopicPartition("foo", 1),
                 new TopicPartition("bar",  2)
-            )))
+            ))),
+            Optional.of(10),
+            Optional.of(true)

Review Comment:
   Add classic case to `testSuccessfulHandleConsumerGroupResponse`. For unknown 
case, I think it's covered by `testSuccessfulHandleClassicGroupResponse`. 
Thanks.



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