MarvinCai commented on code in PR #16692:
URL: https://github.com/apache/pulsar/pull/16692#discussion_r925388720
##########
pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/Topics.java:
##########
@@ -3223,6 +3335,7 @@ void setInactiveTopicPolicies(String topic
* Get the compactionThreshold for a topic asynchronously. The maximum
number of bytes
* can have before compaction is triggered. 0 disables.
* @param topic Topic name
+ * @deprecated Use {@link TopicPolicies#getCompactionThreshold(String,
boolean)} instead.
Review Comment:
```suggestion
* @deprecated Use {@link
TopicPolicies#getCompactionThresholdAsync(String, boolean)} instead.
```
--
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]