RobertIndie commented on code in PR #21416:
URL: https://github.com/apache/pulsar/pull/21416#discussion_r1368419602
##########
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:
We should not change the public API here. This will break the compatibility.
You can create a new one and deprecate the old one.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]