9aman commented on code in PR #16407: URL: https://github.com/apache/pinot/pull/16407#discussion_r2230253695
########## 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: What is the use of this function and flag ? The throttle function doesn't use it anymore. I don't see any other usages in the class. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org