aloyszhang commented on a change in pull request #14655: URL: https://github.com/apache/pulsar/pull/14655#discussion_r826532004
########## File path: pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/Schemas.java ########## @@ -98,6 +98,22 @@ */ CompletableFuture<Void> deleteSchemaAsync(String topic); + /** + * Delete the schema associated with a given <tt>topic</tt>. + * + * @param topic topic name, in fully qualified format + * @param force force to delete schema Review comment: ok, will add some descriptions -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org