KKcorps opened a new pull request, #14074: URL: https://github.com/apache/pinot/pull/14074
The ingestion offset lag metric currently makes a request to kafka broker to get the latest offset on every update. However, this has lead to an increasing amount of load on kafka brokers for multiple users. The PR adds a way to enable/disable this metric and also configure its interval using the following properties in the server or cluster configs ``` pinot.server.instance.offset.lag.tracking.enable: true pinot.server.instance.offset.lag.tracking.update.interval: 60000 ``` -- 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]
