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

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 842f0ceb262 [fix][client] Fix ConsumerStats.getRateMsgsReceived 
javadoc (#21618)
842f0ceb262 is described below

commit 842f0ceb26217cdf9c110a47d2de45c0cf6ddff4
Author: ahscuml <[email protected]>
AuthorDate: Thu Oct 17 15:21:25 2024 +0800

    [fix][client] Fix ConsumerStats.getRateMsgsReceived javadoc (#21618)
    
    Co-authored-by: leoyxli <[email protected]>
---
 .../src/main/java/org/apache/pulsar/client/api/ConsumerStats.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerStats.java
 
b/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerStats.java
index e488aa81151..71234f3809c 100644
--- 
a/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerStats.java
+++ 
b/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerStats.java
@@ -49,7 +49,7 @@ public interface ConsumerStats extends Serializable {
     long getNumBytesReceived();
 
     /**
-     * @return Rate of bytes per second received in the last interval
+     * @return Rate of messages per second received in the last interval
      */
     double getRateMsgsReceived();
 

Reply via email to