David Mao created KAFKA-13341:
---------------------------------
Summary: Quotas are not applied to requests with null clientId
Key: KAFKA-13341
URL: https://issues.apache.org/jira/browse/KAFKA-13341
Project: Kafka
Issue Type: Bug
Reporter: David Mao
ClientQuotaManager.DefaultQuotaCallback will not check for the existence of a
default quota if a request's clientId is null. This results in null clientIds
bypassing quotas.
Null clientIds are permitted in the protocol, so this seems like a bug.
This looks like it may be a regression introduced by
https://github.com/apache/kafka/pull/7372
--
This message was sent by Atlassian Jira
(v8.3.4#803005)