samratdotcom opened a new pull request, #21240: URL: https://github.com/apache/kafka/pull/21240
In ClientQuotasImage.describe, we currently iterate over all ClientQuotaEntity objects (O(N)). This patch introduces an index to improve lookup performance to O(1)/O(M) for typical use cases. Refactored ClientQuotasImage from record to class to support the internal index. -- 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]
