lhotari commented on code in PR #22074:
URL: https://github.com/apache/pulsar/pull/22074#discussion_r1525955304
##########
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/stats/SubscriptionStatsImpl.java:
##########
@@ -54,7 +54,7 @@ public class SubscriptionStatsImpl implements
SubscriptionStats {
public double messageAckRate;
/** Chunked message dispatch rate. */
- public int chunkedMessageRate;
+ public double chunkedMessageRate;
Review Comment:
you would also need to change the SubscriptionStats interface
--
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]