jeffkbkim commented on a change in pull request #11571: URL: https://github.com/apache/kafka/pull/11571#discussion_r770997666
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/RemoveMembersFromConsumerGroupOptions.java ########## @@ -45,10 +46,21 @@ public RemoveMembersFromConsumerGroupOptions() { this.members = Collections.emptySet(); } + /** + * Sets an optional reason. + */ + public void reason(final String reason) { + this.reason = reason; Review comment: yeah, i was on the fence for this. reverting -- 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