David Arthur created KAFKA-12406: ------------------------------------ Summary: Fix broker-side client quotas in Raft mode Key: KAFKA-12406 URL: https://issues.apache.org/jira/browse/KAFKA-12406 Project: Kafka Issue Type: Bug Reporter: David Arthur Assignee: David Arthur
While integrating the Raft TestKet (KAFKA-12383) I found that client quotas were not working as expected in raft mode. The DescribeClientQuotas RPC is not wired up in Raft mode, so the bug is not exposed, but needs to be fixed regardless. The expectation is that Alter/DescribeClientQuotas work exactly the same in ZK or Raft mode. This can be verified by changing ClientQuotasRequestTest to run with both types of clusters. -- This message was sent by Atlassian Jira (v8.3.4#803005)