hanmz commented on code in PR #21203:
URL: https://github.com/apache/pulsar/pull/21203#discussion_r1333932216


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/AbstractReplicator.java:
##########
@@ -243,6 +250,11 @@ public synchronized CompletableFuture<Void> 
disconnect(boolean failIfHasBacklog)
         return closeProducerAsync();
     }
 
+    public CompletableFuture<Void> close() {

Review Comment:
   Here I will change the implementation method. The current implementation is 
not complete yet.



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