poorbarcode commented on code in PR #20766:
URL: https://github.com/apache/pulsar/pull/20766#discussion_r1335355858


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -941,9 +942,11 @@ public void unloadNamespaceBundlesGracefully() {
         unloadNamespaceBundlesGracefully(0, true);
     }
 
-    public void unloadNamespaceBundlesGracefully(int maxConcurrentUnload, 
boolean closeWithoutWaitingClientDisconnect) {
+    public void unloadNamespaceBundlesGracefully(

Review Comment:
   This line 
https://github.com/apache/pulsar/pull/20766/files#diff-5ae71ad96b743188a5361f08676bd1026e51e4518b0a42e3d20735d5e5b5d994R556
 ensures the compatibility for the pulsar-admin API



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