gaoran10 commented on a change in pull request #12215:
URL: https://github.com/apache/pulsar/pull/12215#discussion_r725746025



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
##########
@@ -984,6 +988,31 @@ public void deleteLedgerFailed(ManagedLedgerException 
exception, Object ctx) {
         return future;
     }
 
+    public CompletableFuture<Void> deleteTopicAuthenticationWithRetry(String 
topic) {

Review comment:
       Could we add a retry times param here?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to