You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/03/21 06:46:13 UTC

[GitHub] [pulsar] tisonkun commented on a diff in pull request #19871: [fix][client] Fix typo in ConsumerStats

tisonkun commented on code in PR #19871:
URL: https://github.com/apache/pulsar/pull/19871#discussion_r1142947002


##########
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerStats.java:
##########
@@ -92,7 +92,7 @@ public interface ConsumerStats extends Serializable {
     /**
      * @return Total number of messages batch receive failures
      */
-    long getTotaBatchReceivedFailed();
+    long getTotalBatchReceivedFailed();

Review Comment:
   I'm afraid that this is a breaking change so we cannot change it.



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