mjsax commented on code in PR #21074:
URL: https://github.com/apache/kafka/pull/21074#discussion_r2587120711


##########
clients/src/main/java/org/apache/kafka/clients/admin/RemoveMembersFromConsumerGroupResult.java:
##########
@@ -35,7 +35,7 @@ public class RemoveMembersFromConsumerGroupResult {
     private final KafkaFuture<Map<MemberIdentity, Errors>> future;
     private final Set<MemberToRemove> memberInfos;
 
-    RemoveMembersFromConsumerGroupResult(KafkaFuture<Map<MemberIdentity, 
Errors>> future,
+    public 
RemoveMembersFromConsumerGroupResult(KafkaFuture<Map<MemberIdentity, Errors>> 
future,
                                          Set<MemberToRemove> memberInfos) {

Review Comment:
   @lianetm -- can we make this constructor public w/o a KIP?
   
   nit: fix indention for second parmeter.



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