chia7712 commented on code in PR #19675: URL: https://github.com/apache/kafka/pull/19675#discussion_r2084486724
########## clients/src/main/java/org/apache/kafka/clients/admin/Admin.java: ########## @@ -250,9 +250,9 @@ default DeleteTopicsResult deleteTopics(TopicCollection topics) { * During this time, {@link #listTopics()} and {@link #describeTopics(Collection)} * may continue to return information about the deleted topics. * <p> - * If delete.topic.enable is false on the brokers, deleteTopics will mark - * the topics for deletion, but not actually delete them. The futures will - * return successfully in this case. + * If delete.topic.enable is false on the brokers, deleteTopics requests Review Comment: ``` If delete.topic.enable is set to false on the brokers, an exception will be returned to the client indicating that topic deletion is disabled. ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org