Nikita-Shupletsov commented on code in PR #21074:
URL: https://github.com/apache/kafka/pull/21074#discussion_r2589771575
##########
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:
thanks. as it's done only for the test, I will modify it
--
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]