frankvicky commented on code in PR #17549:
URL: https://github.com/apache/kafka/pull/17549#discussion_r1819318737


##########
core/src/test/scala/unit/kafka/server/DeleteGroupsRequestTest.scala:
##########
@@ -82,15 +84,17 @@ class DeleteGroupsRequestTest(cluster: ClusterInstance) 
extends GroupCoordinator
     // We test DeleteGroups on empty and non-empty groups. Here we create the 
non-empty group.
     joinConsumerGroup(
       groupId = "grp-non-empty",
-      useNewProtocol = useNewProtocol
+      useNewProtocol = useNewProtocol,
+      memberId = Uuid.randomUuid.toString

Review Comment:
   Thanks for pointing this out. 😺 
   I agree, and it could indeed be misleading in the current form. 
   I'll make the changes based on your suggestion.
   



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