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



##########
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) {
+        AtomicReference<CompletableFuture<Void>> result = new 
AtomicReference<>(new CompletableFuture<>());

Review comment:
       It will cause compile error, because in Line 1006 we need to set 
`result` in the lambda expression




-- 
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