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/06/27 12:01:40 UTC

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

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 529e1708d82 Docs sync done from apache/pulsar(#ebcc47e)
529e1708d82 is described below

commit 529e1708d82f482ab746c2cb3dd2253a331aee9d
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Mon Jun 27 12:01:36 2022 +0000

    Docs sync done from apache/pulsar(#ebcc47e)
---
 site2/website-next/docs/admin-api-topics.md                          | 4 ++--
 site2/website-next/versioned_docs/version-2.10.0/admin-api-topics.md | 4 ++--
 site2/website-next/versioned_docs/version-2.7.0/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.7.1/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.7.2/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.7.3/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.7.4/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.8.0/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.8.1/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.8.2/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.8.3/admin-api-topics.md  | 2 +-
 site2/website-next/versioned_docs/version-2.9.0/admin-api-topics.md  | 4 ++--
 site2/website-next/versioned_docs/version-2.9.1/admin-api-topics.md  | 4 ++--
 site2/website-next/versioned_docs/version-2.9.2/admin-api-topics.md  | 4 ++--
 14 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/site2/website-next/docs/admin-api-topics.md b/site2/website-next/docs/admin-api-topics.md
index 7a77f06333a..2cb3f55e7fa 100644
--- a/site2/website-next/docs/admin-api-topics.md
+++ b/site2/website-next/docs/admin-api-topics.md
@@ -391,7 +391,7 @@ You can check the following statistics of a given non-partitioned topic.
 
           -   **msgDelayed**: Number of delayed messages currently being tracked.
 
-          -   **unackedMessages**: Number of unacknowledged messages for the subscription.
+          -   **unackedMessages**: Number of unacknowledged messages for the subscription, where an unacknowledged message is one that has been sent to a consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
           -   **activeConsumerName**: The name of the consumer that is active for single active consumer subscriptions. For example, failover or exclusive. 
 
@@ -423,7 +423,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.10.0/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.10.0/admin-api-topics.md
index 4e20864e4ec..eee187eb567 100644
--- a/site2/website-next/versioned_docs/version-2.10.0/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.10.0/admin-api-topics.md
@@ -392,7 +392,7 @@ You can check the following statistics of a given non-partitioned topic.
 
           -   **msgDelayed**: Number of delayed messages currently being tracked.
 
-          -   **unackedMessages**: Number of unacknowledged messages for the subscription.
+          -   **unackedMessages**: Number of unacknowledged messages for the subscription, where an unacknowledged message is one that has been sent to a consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
           -   **activeConsumerName**: The name of the consumer that is active for single active consumer subscriptions. For example, failover or exclusive. 
 
@@ -424,7 +424,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.7.0/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.7.0/admin-api-topics.md
index e143fbfa90f..d2d755b3b34 100644
--- a/site2/website-next/versioned_docs/version-2.7.0/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.7.0/admin-api-topics.md
@@ -340,7 +340,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.7.1/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.7.1/admin-api-topics.md
index a28cc4d7790..bfcd7fe64cc 100644
--- a/site2/website-next/versioned_docs/version-2.7.1/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.7.1/admin-api-topics.md
@@ -340,7 +340,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.7.2/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.7.2/admin-api-topics.md
index a28cc4d7790..bfcd7fe64cc 100644
--- a/site2/website-next/versioned_docs/version-2.7.2/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.7.2/admin-api-topics.md
@@ -340,7 +340,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.7.3/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.7.3/admin-api-topics.md
index a28cc4d7790..bfcd7fe64cc 100644
--- a/site2/website-next/versioned_docs/version-2.7.3/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.7.3/admin-api-topics.md
@@ -340,7 +340,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.7.4/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.7.4/admin-api-topics.md
index a28cc4d7790..bfcd7fe64cc 100644
--- a/site2/website-next/versioned_docs/version-2.7.4/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.7.4/admin-api-topics.md
@@ -340,7 +340,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.8.0/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.8.0/admin-api-topics.md
index 311bfab19a2..9b7edd5de66 100644
--- a/site2/website-next/versioned_docs/version-2.8.0/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.8.0/admin-api-topics.md
@@ -340,7 +340,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.8.1/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.8.1/admin-api-topics.md
index a198cdcaa31..166fdcefd2e 100644
--- a/site2/website-next/versioned_docs/version-2.8.1/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.8.1/admin-api-topics.md
@@ -340,7 +340,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.8.2/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.8.2/admin-api-topics.md
index 787c7f45053..61cf1228412 100644
--- a/site2/website-next/versioned_docs/version-2.8.2/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.8.2/admin-api-topics.md
@@ -350,7 +350,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.8.3/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.8.3/admin-api-topics.md
index 787c7f45053..61cf1228412 100644
--- a/site2/website-next/versioned_docs/version-2.8.3/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.8.3/admin-api-topics.md
@@ -350,7 +350,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.9.0/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.9.0/admin-api-topics.md
index 0f4a8fe8e8b..4051f633909 100644
--- a/site2/website-next/versioned_docs/version-2.9.0/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.9.0/admin-api-topics.md
@@ -388,7 +388,7 @@ You can check the following statistics of a given non-partitioned topic.
 
           -   **msgDelayed**: Number of delayed messages currently being tracked.
 
-          -   **unackedMessages**: Number of unacknowledged messages for the subscription.
+          -   **unackedMessages**: Number of unacknowledged messages for the subscription, where an unacknowledged message is one that has been sent to a consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
           -   **activeConsumerName**: The name of the consumer that is active for single active consumer subscriptions. For example, failover or exclusive. 
 
@@ -420,7 +420,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.9.1/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.9.1/admin-api-topics.md
index 87a141d9e25..c0eab96468c 100644
--- a/site2/website-next/versioned_docs/version-2.9.1/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.9.1/admin-api-topics.md
@@ -388,7 +388,7 @@ You can check the following statistics of a given non-partitioned topic.
 
           -   **msgDelayed**: Number of delayed messages currently being tracked.
 
-          -   **unackedMessages**: Number of unacknowledged messages for the subscription.
+          -   **unackedMessages**: Number of unacknowledged messages for the subscription, where an unacknowledged message is one that has been sent to a consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
           -   **activeConsumerName**: The name of the consumer that is active for single active consumer subscriptions. For example, failover or exclusive. 
 
@@ -420,7 +420,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.
                 
diff --git a/site2/website-next/versioned_docs/version-2.9.2/admin-api-topics.md b/site2/website-next/versioned_docs/version-2.9.2/admin-api-topics.md
index 87a141d9e25..c0eab96468c 100644
--- a/site2/website-next/versioned_docs/version-2.9.2/admin-api-topics.md
+++ b/site2/website-next/versioned_docs/version-2.9.2/admin-api-topics.md
@@ -388,7 +388,7 @@ You can check the following statistics of a given non-partitioned topic.
 
           -   **msgDelayed**: Number of delayed messages currently being tracked.
 
-          -   **unackedMessages**: Number of unacknowledged messages for the subscription.
+          -   **unackedMessages**: Number of unacknowledged messages for the subscription, where an unacknowledged message is one that has been sent to a consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
           -   **activeConsumerName**: The name of the consumer that is active for single active consumer subscriptions. For example, failover or exclusive. 
 
@@ -420,7 +420,7 @@ You can check the following statistics of a given non-partitioned topic.
 
                 -   **availablePermits**: The number of messages that the consumer has space for in the client library's listen queue. `0` means the client library's queue is full and `receive()` isn't being called. A non-zero value means this consumer is ready for dispatched messages.
 
-                -   **unackedMessages**: The number of unacknowledged messages for the consumer.
+                -   **unackedMessages**: The number of unacknowledged messages for the consumer, where an unacknowledged message is one that has been sent to the consumer but not yet acknowledged. This field is only meaningful when using a subscription that tracks individual message acknowledgement.
 
                 -   **blockedConsumerOnUnackedMsgs**: The flag used to verify if the consumer is blocked due to reaching threshold of the unacknowledged messages.