smjn opened a new pull request, #18855: URL: https://github.com/apache/kafka/pull/18855
* Currently, share group state RPCs (read, write, delete, readSummary) simply raise an APIException on authorization errors. * This might result in overwhelming the broker by a malicious user or by a misconfigured app. * In this PR, we remedy the situation by adding request throttling to the aforementioned RPC handlers. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org