Jon Lee created KAFKA-6944:
------------------------------
Summary: Add system tests testing the new throttling behavior
using older clients/brokers
Key: KAFKA-6944
URL: https://issues.apache.org/jira/browse/KAFKA-6944
Project: Kafka
Issue Type: Test
Components: system tests
Affects Versions: 2.0.0
Reporter: Jon Lee
KAFKA-6028 (KIP-219) changes the throttling behavior on quota violation as
follows:
* the broker will send out a response with throttle time to the client
immediately and mute the channel
* upon receiving a response with a non-zero throttle time, the client will
also block sending further requests to the broker until the throttle time is
over.
The current system tests assume that both clients and brokers are of the same
version. We'll need an additional set of quota tests that test throttling
behavior between older clients and newer brokers and between newer clients and
older brokers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)