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



##########
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:
       Should we add a small unit test or extend an existing unit test to 
verify this across all versions?




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


Reply via email to