zhanghaou commented on code in PR #20866:
URL: https://github.com/apache/pulsar/pull/20866#discussion_r1285618805


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java:
##########
@@ -2217,7 +2217,6 @@ public void setReplicationClusters(
     public void removeReplicationClusters(@Suspended final AsyncResponse 
asyncResponse,
             @PathParam("tenant") String tenant, @PathParam("namespace") String 
namespace,
             @PathParam("topic") @Encoded String encodedTopic,
-            @QueryParam("backlogQuotaType") BacklogQuotaType backlogQuotaType,

Review Comment:
   @JooHyukKim @tisonkun It is a QueryParam, and it is optional, I don't think 
there are compatibility issues. If we delete this QueryParam and user send a 
request with 'backlogQuotaType', it works well.



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