hni61223 opened a new pull request, #19318:
URL: https://github.com/apache/kafka/pull/19318

   ### What
   Change the quota exceed check for CreateTopics, DeleteTopics, and 
CreatePartitions to be based on the total number of partitions instead of a 
per-topic check. Because the throttle times are not accumulated, it does not 
make sense if you call record() once for each topic in a request and the # of 
partitions per topic is small, since the throttle time ends up being calculated 
based on the partitions for a single topic in the request.
   


-- 
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]

Reply via email to