feyman2016 commented on a change in pull request #8589: URL: https://github.com/apache/kafka/pull/8589#discussion_r428583883
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java ########## @@ -3647,7 +3679,7 @@ void handleResponse(AbstractResponse abstractResponse) { // If coordinator changed since we fetched it, retry if (ConsumerGroupOperationContext.hasCoordinatorMoved(response)) { - Call call = getRemoveMembersFromGroupCall(context); + Call call = getRemoveMembersFromGroupCall(context, allMembers); Review comment: Fixed, now we explicitly pass in the members to be deleted to the private `getRemoveMembersFromGroupCall` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org