dajac commented on a change in pull request #11971: URL: https://github.com/apache/kafka/pull/11971#discussion_r838900451
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java ########## @@ -3723,27 +3723,34 @@ private Integer nodeFor(ConfigResource resource) { List<MemberIdentity> membersToRemove = new ArrayList<>(); for (final MemberDescription member : members) { + MemberIdentity memberIdentity = new MemberIdentity() + .setReason(reason); Review comment: This does not seem to be an issue. I have extended the unit test to ensure that the look up works as we expect. -- 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