Skip to content

Commit

Permalink
[fix][client] Fix ConsumerStats.getRateMsgsReceived javadoc (#21618)
Browse files Browse the repository at this point in the history
Co-authored-by: leoyxli <leoyxli@tencent.com>
  • Loading branch information
ahscuml and leoyxli authored Oct 17, 2024
1 parent 9d2606d commit 842f0ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 842f0ce

Please # to comment.