Technoboy- commented on a change in pull request #14616:
URL: https://github.com/apache/pulsar/pull/14616#discussion_r826541129



##########
File path: 
pulsar-broker/src/test/java/org/apache/pulsar/broker/intercept/CounterBrokerInterceptor.java
##########
@@ -55,6 +55,7 @@
     int messageCount = 0;
     int messageDispatchCount = 0;
     int messageAckCount = 0;
+    int handleAckCount = 0;

Review comment:
       Why are these fields all `int`, not `long` ?




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


Reply via email to