Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.11.0.0
-
None
-
None
Description
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.
Attachments
Issue Links
- relates to
-
KAFKA-6028 Improve the quota throttle communication.
- Resolved