Demogorgon314 commented on a change in pull request #13513:
URL: https://github.com/apache/pulsar/pull/13513#discussion_r775448309



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
##########
@@ -4213,27 +4213,30 @@ protected void internalGetLastMessageId(AsyncResponse 
asyncResponse, boolean aut
                 }));
     }
 
-    protected CompletableFuture<Void> internalSetCompactionThreshold(Long 
compactionThreshold) {
+    protected CompletableFuture<Void> internalSetCompactionThreshold(Long 
compactionThreshold , boolean isGlobal) {

Review comment:
       ```suggestion
       protected CompletableFuture<Void> internalSetCompactionThreshold(Long 
compactionThreshold, boolean isGlobal) {
   ```




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