jolshan commented on a change in pull request #9769:
URL: https://github.com/apache/kafka/pull/9769#discussion_r546860091
##########
File path:
clients/src/main/java/org/apache/kafka/clients/admin/DescribeTopicsResult.java
##########
@@ -31,29 +31,29 @@
* The API of this class is evolving, see {@link Admin} for details.
*/
@InterfaceStability.Evolving
-public class DescribeTopicsResult {
- private final Map<String, KafkaFuture<TopicDescription>> futures;
+public class DescribeTopicsResult<T> {
Review comment:
I think this parameterization is a pretty good idea, and I can add it to
my delete topics PR. But if we are going to change the public API, we should
update the KIP and potentially update the mailing list with the changes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]