ijuma commented on a change in pull request #11301:
URL: https://github.com/apache/kafka/pull/11301#discussion_r703013390



##########
File path: 
clients/src/main/java/org/apache/kafka/clients/admin/DescribeConsumerGroupsResult.java
##########
@@ -35,9 +34,9 @@
 @InterfaceStability.Evolving
 public class DescribeConsumerGroupsResult {
 
-    private final Map<CoordinatorKey, 
KafkaFutureImpl<ConsumerGroupDescription>> futures;
+    private final Map<CoordinatorKey, KafkaFuture<ConsumerGroupDescription>> 
futures;
 
-    public DescribeConsumerGroupsResult(final Map<CoordinatorKey, 
KafkaFutureImpl<ConsumerGroupDescription>> futures) {
+    public DescribeConsumerGroupsResult(final Map<CoordinatorKey, 
KafkaFuture<ConsumerGroupDescription>> futures) {

Review comment:
       Yeah, we should definitely fix that. We need to go via a deprecation 
cycle and remove in 4.0 for released apis.




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