nicoloboschi commented on a change in pull request #13291:
URL: https://github.com/apache/pulsar/pull/13291#discussion_r769290405
##########
File path:
pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/BacklogQuota.java
##########
@@ -28,6 +28,15 @@
*/
public interface BacklogQuota {
+ /**
+ * Gets quota limit in size.
+ * Remains for compatible
+ *
+ * @return quota limit in bytes
+ */
+ @Deprecated
Review comment:
I'd suggest to specify more the context here, maybe linking the PR and
adding the "since" parameter to the @Deprecated annotation
--
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]