mjsax commented on a change in pull request #8589: URL: https://github.com/apache/kafka/pull/8589#discussion_r431329158
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/RemoveMembersFromConsumerGroupResult.java ########## @@ -66,6 +79,9 @@ * Returns the selected member future. */ public KafkaFuture<Void> memberResult(MemberToRemove member) { + if (removeAll()) { + throw new IllegalArgumentException("The method: memberResult is not applicable in 'removeAll' mode"); Review comment: I see. Makes sense. ---------------------------------------------------------------- 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