You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/03/18 17:21:59 UTC

[GitHub] [kafka] jolshan commented on a change in pull request #10351: MINOR: use new method to get number of topics in DeleteTopicsRequest

jolshan commented on a change in pull request #10351:
URL: https://github.com/apache/kafka/pull/10351#discussion_r597088531



##########
File path: clients/src/main/java/org/apache/kafka/common/requests/DeleteTopicsRequest.java
##########
@@ -101,6 +101,12 @@ public AbstractResponse getErrorResponse(int throttleTimeMs, Throwable e) {
             return data.topics().stream().map(topic -> topic.name()).collect(Collectors.toList());
         return data.topicNames(); 
     }
+
+    public int numberOfTopics() {

Review comment:
       Can do!




-- 
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:
users@infra.apache.org