You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/15 06:40:53 UTC

[GitHub] [pulsar] nicoloboschi commented on a change in pull request #13291: Fix incompatibility of BacklogQuota

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org