You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/08/04 18:02:08 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#5c09d53)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new cbadbfb6865 Docs sync done from apache/pulsar(#5c09d53)
cbadbfb6865 is described below

commit cbadbfb68658b179fbf722915234af8af6be4311
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Thu Aug 4 18:02:03 2022 +0000

    Docs sync done from apache/pulsar(#5c09d53)
---
 site2/website-next/docs/admin-api-topics.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/site2/website-next/docs/admin-api-topics.md b/site2/website-next/docs/admin-api-topics.md
index 883160103ca..873dab7787b 100644
--- a/site2/website-next/docs/admin-api-topics.md
+++ b/site2/website-next/docs/admin-api-topics.md
@@ -325,6 +325,8 @@ You can check the following statistics of a given non-partitioned topic.
   
   -   **topicEpoch**: The topic epoch or empty if not set.
 
+  -   **filteredEntriesCount**: The count of skipped entries for the topic.
+
   -   **nonContiguousDeletedMessagesRanges**: The number of non-contiguous deleted messages ranges.
 
   -   **nonContiguousDeletedMessagesRangesSerializedSize**: The serialized size of non-contiguous deleted messages ranges.  
@@ -498,6 +500,7 @@ The following is an example of a topic status.
   "msgChunkPublished" : false,
   "storageSize" : 504,
   "backlogSize" : 0,
+  "filteredEntriesCount" : 100,
   "earliestMsgPublishTimeInBacklogs": 0,
   "offloadedStorageSize" : 0,
   "publishers" : [ {