You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/15 03:04:14 UTC

[GitHub] [pulsar] Technoboy- commented on a change in pull request #14616: [Feature] intercept ACK command by BrokerInterceptor.

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org