315157973 commented on a change in pull request #9225:
URL: https://github.com/apache/pulsar/pull/9225#discussion_r559183498
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java
##########
@@ -1521,20 +1521,36 @@ public void removeBacklogQuota(@Suspended final
AsyncResponse asyncResponse,
internalRemoveBacklogQuota(asyncResponse, backlogQuotaType);
}
+ @GET
+ @Path("/{tenant}/{namespace}/{topic}/messageTTLApplied")
Review comment:
If we reuse the original GET method, compatibility is a problem. I have
tried the following paths, but none of them are compatible:
```
/{tenant}/{namespace}/{topic}/{applied}/inactiveTopicPolicies
/{tenant}/{namespace}/{topic}/inactiveTopicPolicies/{applied}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]