Jun Rao created KAFKA-5871:
------------------------------
Summary: bound the throttle time in byte rate quota
Key: KAFKA-5871
URL: https://issues.apache.org/jira/browse/KAFKA-5871
Project: Kafka
Issue Type: Improvement
Components: core
Affects Versions: 0.11.0.0
Reporter: Jun Rao
Currently, if a user sets a very small byte rate quota, the calculated
throttled time can be higher than the request timeout in the client, which will
cause the client request to time out and be retried.
On the other hand, for the request time quota, we bound the throttled time with
the metric window size. This prevents client timeout and seems to be better. We
probably want to implement the same thing in the byte rate quota.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)