You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "David Mao (Jira)" <ji...@apache.org> on 2021/10/04 03:10:00 UTC

[jira] [Created] (KAFKA-13341) Quotas are not applied to requests with null clientId

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)