9aman commented on code in PR #16407:
URL: https://github.com/apache/pinot/pull/16407#discussion_r2250545535
##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeConsumptionRateManager.java:
##########
@@ -84,7 +84,7 @@ public static RealtimeConsumptionRateManager getInstance() {
return InstanceHolder.INSTANCE;
}
- public void enableThrottling() {
+ public void enablePartitionRateLimiter() {
Review Comment:
Ahh, now I understand. My bad. I missed the fact that these are inner
classes.
Didn't see that RealtimeConsumptionRateManager.java contains both the rate
limiters.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]