jiafu1115 commented on code in PR #20691:
URL: https://github.com/apache/kafka/pull/20691#discussion_r2464445365


##########
clients/src/test/java/org/apache/kafka/clients/admin/internals/DescribeConsumerGroupsHandlerTest.java:
##########
@@ -158,6 +158,7 @@ public void testSuccessfulHandleConsumerGroupResponse() {
             new MemberDescription(
                 "memberId",
                 Optional.of("instanceId"),
+                Optional.of("rackid"),

Review Comment:
   done.thanks



##########
clients/src/test/java/org/apache/kafka/clients/admin/internals/DescribeConsumerGroupsHandlerTest.java:
##########
@@ -172,6 +173,7 @@ public void testSuccessfulHandleConsumerGroupResponse() {
             new MemberDescription(
                 "memberId-classic",
                 Optional.of("instanceId-classic"),
+                Optional.of("rackid"),

Review Comment:
   done.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: [email protected]

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

Reply via email to