lianetm commented on code in PR #21074:
URL: https://github.com/apache/kafka/pull/21074#discussion_r2589273481
##########
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:
I would say we cannot. This is public API
https://kafka.apache.org/41/javadoc/org/apache/kafka/clients/admin/RemoveMembersFromConsumerGroupResult.html
--
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]