tisonkun commented on code in PR #20866:
URL: https://github.com/apache/pulsar/pull/20866#discussion_r1285509079
##########
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:
I second @JooHyukKim's suggestion. For compatiblity we should not remove
param.
--
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]