tisonkun commented on code in PR #13291:
URL: https://github.com/apache/pulsar/pull/13291#discussion_r1163761280
##########
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:
@Shoothzj This result in not being added. Could you provide the context here?
--
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]