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/08/25 13:24:15 UTC

[GitHub] [pulsar] Technoboy- commented on a change in pull request #11739: Expose compaction metrics to Prometheus

Technoboy- commented on a change in pull request #11739:
URL: https://github.com/apache/pulsar/pull/11739#discussion_r695747911



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java
##########
@@ -2120,6 +2115,15 @@ public TopicStatsImpl getStats(boolean getPreciseBacklog, boolean subscriptionBa
         return statFuture;
     }
 
+    public Optional<CompactedTopicImpl.CompactedTopicContext> getCompactedTopicContext() {

Review comment:
       Yes.  I have made  CompactedTopicContext as a public class.




-- 
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